mefalogo | R Documentation |
Plots a shematic representation of and object of class 'mefa', or alternatively plots a colored logo of the mefa package.
mefalogo(type = c("cont", "fill"), labels = c("str", "r"),
adj=c(0,0), scale=c(1,1), new = TRUE, cex = 1, ann=FALSE, axes=FALSE,
xlim=c(0,10)*scale[1]+adj[1], ylim=c(0,10)*scale[2]+adj[2], ...)
type |
character, |
labels |
character, |
adj |
numeric values to adjust the dimensions of the polygons. |
scale |
a numeric value to rescale the dimensions of the polygons. |
new |
logical, if a new plot ( |
cex |
numeric, argument for scaling the labels. |
ann |
logical, annotations of the plot (see |
axes |
logical, drawing axes or not (see |
xlim , ylim |
extreme values for the x and y axes. |
... |
other arguments passed to the function |
This function was developed for depicting the general structure of the 'mefa' objects. The colored logo version can be used in presentations as well.
P\'eter S\'olymos, solymos@ualberta.ca
S\'olymos P. (2008) mefa: an R package for handling and reporting count data. Community Ecology 9, 125–127.
S\'olymos P. (2009) Processing ecological data in R with the mefa package. Journal of Statistical Software 29(8), 1–28. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v029.i08")}
http://mefa.r-forge.r-project.org/
mefalogo()
mefalogo("fill", "r")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.