panel(x, ...)# S3 method for Out
panel(x, dim, cols, borders, fac, palette = col_summer,
coo_sample = 120, names = NULL, cex.names = 0.6, points = TRUE,
points.pch = 3, points.cex = 0.2, points.col, ...)
# S3 method for OutCoe
panel(x, nb.pts = 120, ...)
# S3 method for Opn
panel(x, cols, borders, fac, palette = col_summer,
coo_sample = 120, names = NULL, cex.names = 0.6, points = TRUE,
points.pch = 3, points.cex = 0.2, points.col, ...)
# S3 method for Ldk
panel(x, cols, borders, fac, palette = col_summer,
names = NULL, cex.names = 0.6, points = TRUE, points.pch = 3,
points.cex = 0.2, points.col = "#333333", ...)
Coo
object to plot.plot
vector
of colors for drawing the outlines.
Either a single value or of length exactly equal to the number of coordinates.vector
of colors for drawing the borders.
Either a single value or of length exactly equals to the number of coordinates.logical
(for Ldk) whether to draw pointspanel2
,
plot.Coo
, stack.Coo
data(mosquito)
panel(mosquito, names=TRUE, cex.names=0.5)
data(olea)
panel(olea)
data(bot)
panel(bot, c(4, 10))
bot.f <- efourier(bot, 12)
panel(bot.f)
# an illustration of the use of fac
panel(bot, fac='type', palette=col_spring, names=TRUE)
Run the code above in your browser using DataLab