Description Arguments Details Author(s) See Also
Creates a barplot of percent Present/Marginal/Absent calls.
Usage
callplot(x,
beside = TRUE,
names = "namepart",
col = c("red","green","blue"),
legend = c("P","M","A"),
ylim = c(0,100),
ylab = "detection call [%]",
las = 2,
...)
x |
object of class |
beside |
logical. If |
names |
optional vector of sample names. |
col |
color for P/M/A bars |
legend |
legend for the plot, defaults to P/M/A. |
ylim |
the y limits of the plot. |
ylab |
a label for the y axis. |
las |
the style of axis labels. |
... |
optional arguments to be passed to |
Creates a barplot of percent Present/Marginal/Absent calls.
For names=NULL
full column names of slot data
will be displayed while for
names="namepart"
column names will be displayed without name extension. If names
is a vector of column names, only these columns will displayed as callplot.
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.