Skip to content

Simple ternary plot to visualize marine soil sample composition

Notifications You must be signed in to change notification settings

danielgs14/marine_soil_plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marine Soil Analysis

With this R project, soil data from oceanographical campaigns can be input into a script to generate a ternary plot, placing points of each station according to its amount of sand, clay, and silt. Data can be organized in an Excel file, using a column for the stations and three columns for each of sand, clay or silt like in this example:

station sand clay silt
a1 33 43 24
a2 12 62 26
a3 29 54 17

The script is set up to read csv files, but can be manipulated to read Excel files. If you'd rather not change the script, then export your Excel file as a csv file.

Sample data to test the script can be found in the raw folder.

About

Simple ternary plot to visualize marine soil sample composition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages