plotRings | R Documentation |
Plot "xRing" objects.
plotRings(x, xlim = NULL, ylim = NULL, id = NULL, corr = NULL, EwLw = TRUE)
x |
an object of class "xRing" |
xlim |
the x limits of the plot. The default value, NULL, indicates that the whole profile will be plotted. |
ylim |
the y limits of the plot. |
id |
a sufix to be added to the name of the series (<series_name> [id]) |
corr |
value to be print at the top of the graph |
EwLw |
logical. If |
None. A plot is produced.
plot.xRing
if (interactive()) { data(PaPiRaw) data(PaPiSpan) PaPi <- detectRings(PaPiRaw[, 1, drop = FALSE], PaPiSpan) plotRings(PaPi$AFO1001a) plotRings(PaPi, series = "AFO1001a") plotRings(PaPi, series = "AFO1001a", xlim = c(120, 450)) PaPi1 <- detectEwLw(PaPi, ew = 0.5) plotRings(PaPi1, series = "AFO1001a", EwLw = FALSE) plotRings(PaPi1, series = "AFO1001a") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.