View source: R/robertsons_chart.R
robertson_polygons | R Documentation |
Generate polygons defined by (Frn, Qtn) points for each soil zone in Robertson's chart
robertson_polygons(nFr = 21, Fr_lim = c(0.1, 10), Qtn_lim = c(1, 1000))
nFr |
number of points on curved polygon edges. Fr interval is split linearly |
Fr_lim |
Fr lower and upper limit of plot |
Qtn_lim |
Qtn lower and upper limit of plot |
tibble with Fr (field 'Fr'), Qtn (field 'Qtn'), zone numbers (field 'zone') and soil descriptions (field 'soil')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.