convert_to_grid_part2: Convert fractions to coordinates - plot 2

View source: R/classification_triangle.R

convert_to_grid_part2R Documentation

Convert fractions to coordinates - plot 2

Description

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.

Usage

convert_to_grid_part2(fines_fraction, clay_fraction)

Arguments

fines_fraction

normalised mass of gravel (array)

clay_fraction

normalised mass of sand (array)

Value

dataframe with x and y positions


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