View source: R/classification_triangle.R
convert_to_grid_part1 | R Documentation |
Function takes masses of gravel, sand and fines, and converts their quantities to cartesian x-y positions in the triangular part of the classification chart. x=0 and y=0 conincides with the lower left corner, and x=1 and y=0 with the lower right corner
convert_to_grid_part1(gravel, sand, fines)
gravel |
mass of gravel (array) |
sand |
mass of sand (array) |
fines |
mass of fines (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.