Giter VIP home page Giter VIP logo

mars2mull's Introduction

mars2mull

mars2mull

The mars2mull package contains example XRPD data required for the Digital soil mineralogy with R course. The data consist of 703 diffractograms from a 20 km grid across Scotland, and 31 diffractograms from the NASA’s Mars Science Laboratory (MSL) onboard the Curiosity Rover.

The Mars Science Laboratory data were downloaded from the Geosciences Data Volume on 14.07.21.

Installation

The mars2mull package can be installed from GitHub using the devtools package:

#Install devtools if you don't already have it on your machine
install.packages("devtools")

#Use the install_github function to install the package
devtools::install_github('benmbutler/mars2mull')

The four datasets included within the package are:

  1. scotland_xrpd: 703 diffractograms of Scottish soils sampled during the second National Soil Inventory of Scotland.
  2. scotland_locations: The locations of the 703 Scottish soil diffractograms.
  3. mars_xrpd: 31 diffractograms of scooped and drilled samples from the MSL.
  4. mars_id: The names and unique IDs of the MSL data along with the sample type and the sampling day (a Martian sol).

The data can be loaded into R using:

data("scotland_xrpd")
data("scotland_locations")
data("mars_xrpd")
data("mars_id")

mars2mull's People

Contributors

benmbutler avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.