convert_to_grid_part1: Convert fractions to coordinates - plot 1

View source: R/classification_triangle.R

convert_to_grid_part1R Documentation

Convert fractions to coordinates - plot 1

Description

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

Usage

convert_to_grid_part1(gravel, sand, fines)

Arguments

gravel

mass of gravel (array)

sand

mass of sand (array)

fines

mass of fines (array)

Value

dataframe with x and y positions


GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.