View source: R/ggenvironmentalspace.R
| ggenvironmentalspace | R Documentation |
Title Plotting to show the quality controlled data in environmental space.
ggenvironmentalspace(
qcdata,
xvar = NULL,
yvar = NULL,
zvar = NULL,
labelvar = NULL,
type = "2D",
xlab = NULL,
ylab = NULL,
zlab = NULL,
ncol = 2,
nrow = 2,
scalecolor = "viridis",
colorvalues = "auto",
legend_position = "right",
legend_inside = NULL,
pointsize = 1,
themebackground = "bw",
fontsize = 13,
legtitle = "blank",
ggxangle = 1,
xhjust = 0.5,
xvjust = 1,
main = NULL,
pch = "auto",
lpos3d = "left",
cexsym = NULL
)
qcdata |
|
xvar |
|
yvar |
|
zvar |
|
labelvar |
|
type |
|
xlab, ylab, zlab |
|
ncol, nrow |
|
scalecolor |
|
colorvalues |
If |
legend_position |
|
legend_inside |
|
pointsize |
|
themebackground |
|
fontsize |
|
legtitle |
|
ggxangle |
|
xhjust |
|
xvjust |
|
main |
|
pch |
|
lpos3d |
|
cexsym |
|
If "2D" or "1D" is the selected type, then a ggplot2 graph will be the output and a "3D" type will return a scatterplot3D plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.