View source: R/classification_triangle.R
convert_to_grid_part2 | R Documentation |
Function takes masses of fines and clay (already normalised by total mass), and converts their quantities to cartesian x-y positions in the bottom square part of the classification chart. x=0 and y=0 conincides with the lower left corner of the graph, and x=1 and y=0 with the lower right corner.
convert_to_grid_part2(fines_fraction, clay_fraction)
fines_fraction |
normalised mass of gravel (array) |
clay_fraction |
normalised mass of sand (array) |
dataframe with x and y positions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.