Description Usage Arguments Value Examples
Create a scatter plot of two elements with optional panels for top- and sub soil
1 | scatterplot(x, y, topsub = FALSE)
|
x |
element to depict on x-axis |
y |
element to depict on y-axis |
topsub |
if TRUE, create two graphs with top- and subsoil |
A ggplot graph object
1 2 3 4 | p <- scatterplot("xrfal2o3","xrfcu")
print(p)
p <- scatterplot("xrfal2o3","xrfcu",topsub=TRUE)
print(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.