Description Usage Arguments Details
View source: R/Quadplot_means.R
Makes a quadplot but does NOT standardize data first. Requires that you use NormalizeTimeSeries separately.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | QuadPlot_means(
DATA = NULL,
D1 = NA,
D2 = NA,
SE.d1.up = NULL,
SE.d1.lo = NULL,
SE.d2.up = NULL,
SE.d2.lo = NULL,
SE.d1 = NULL,
SE.d2 = NULL,
d1.col = NULL,
d2.col = NULL,
rng = NULL,
Xlim = NA,
Ylim = NA,
Title = NA,
plot.type = 1,
style = 1,
flip.colors = NULL,
bg.polys = FALSE,
Xlab = NULL,
Ylab = NULL,
Label = NA,
Symbol = c(21, 21, 21, 21, 21, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25),
bg.color = c("black", "white", "grey", "red", "blue"),
ol.color = "black",
AxisCex = 0.9,
LabelCex = 0.9,
XYLabCex = 0.9,
LegendCex = 0.8,
LegendPointCex = 1,
TitleCex = 1,
TextCex = 0.8,
PointCex = 1,
error.lwd = NA,
PERIOD = 5,
Period.Label = "Years",
Bmar = NA,
Lmar = NA,
Tmar = NA,
Rmar = NA,
AltTxt = NA,
TextOffset = 0.5,
PlotLegend = NULL
)
|
DATA |
... |
D1 |
... |
D2 |
... |
SE.d1.up |
... |
SE.d1.lo |
... |
SE.d2.up |
... |
SE.d2.lo |
... |
SE.d1 |
... |
SE.d2 |
... |
d1.col |
... |
d2.col |
... |
rng |
... |
Xlim |
... |
Ylim |
... |
Title |
... |
plot.type |
... |
style |
... |
flip.colors |
... |
bg.polys |
... |
Xlab |
... |
Ylab |
... |
Label |
... |
Symbol |
... |
bg.color |
... |
ol.color |
... |
AxisCex |
... |
LabelCex |
... |
XYLabCex |
... |
LegendCex |
... |
LegendPointCex |
... |
TitleCex |
... |
TextCex |
... |
PointCex |
... |
error.lwd |
... |
PERIOD |
... |
Period.Label |
... |
Bmar |
... |
Lmar |
... |
Tmar |
... |
Rmar |
... |
AltTxt |
... |
TextOffset |
... |
PlotLegend |
... |
x = short term trend y = mean over the evaluation period the data come out of the normalization in this format style 1 will graph them as x,y style 2 will swap the axes internally to y, x. this is done to maintain some formatting between some different codes CAN plot standard errors but not clear what they should be at present. no alt text for standard errors. PlotLegend can be used to turn the Legend on or Off. (TRUE or FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.