View source: R/robertsons_chart.R
ggplot_robertsonschart | R Documentation |
Plot an empty Robertson's chart
ggplot_robertsonschart( Fr = NULL, Qtn = NULL, group = NULL, nFr = 25, Fr_lim = c(0.1, 10), Qtn_lim = c(1, 1000), palette = "Set1", alpha = 0.25, legend_position = "right" )
Fr |
normalised friction values for crosshairs, in % |
Qtn |
normalised tip resitance values for crosshairs |
group |
labels for crosshairs |
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 |
palette |
colormap to use for coloring different zones |
alpha |
transparancy of soil polygon fills |
legend_position |
position of legend |
ggplot object
#empty chart ggplot_robertsonschart() #annotated chart ggplot_robertsonschart(Fr = c(0.5, 2), Qtn = c(200, 50), group = c("A", "B"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.