Description Usage Arguments Details Value Author(s) See Also Examples
Graphical representation of the summary statistics derived from slideAnalyses
and slideBoxplots
1 2 |
x |
An object of class ‘slidWin’. |
outliers |
Logical. When the results of |
... |
Other arguments to be passed to |
When boxplots of methods nonCon
and interAll
, the y-axis limits are constrained to the midpoint of the range covered by the boxplots, so that the intra-specific variation can be seen.
Plots graphs depending on the options given to slideAnalyses
or slideBoxplots
.
Samuel Brown <s_d_j_brown@hotmail.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | data(dolomedes)
doloSpp <- substr(dimnames(dolomedes)[[1]], 1, 5)
doloSlide <- slideAnalyses(dolomedes, doloSpp, 200, interval=10, treeMeasures=TRUE)
plot(doloSlide)
doloBox <- slideBoxplots(dolomedes, doloSpp, 200, interval=10, method="overall")
plot(doloBox)
data(anoteropsis)
anoSpp <- sapply(strsplit(dimnames(anoteropsis)[[1]], split="_"),
function(x) paste(x[1], x[2], sep="_"))
anoBox <- slideBoxplots(anoteropsis, anoSpp, 200, interval=10, method="interAll")
plot(anoBox)
plot(anoBox, outliers=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.