xtable,report_annual-method | R Documentation |
xtable function for report_annual-class create an xtable objet but also assigns an add.to.column argument in envir_stacomi, for later use by the print.xtable method.
## S4 method for signature 'report_annual'
xtable(
x,
caption = NULL,
label = NULL,
align = NULL,
digits = 0,
display = NULL,
auto = FALSE,
dc_name = NULL,
tax_name = NULL,
std_name = NULL
)
x |
an object of class "report_annual" |
caption |
see xtable |
label |
see xtable |
align |
see xtable, overidden if NULL |
digits |
default 0 |
display |
see xtable |
auto |
see xtable |
dc_name |
A string indicating the names of the DC, in the order of |
tax_name |
A string indicating the names of the taxa, if not provided latin names are used |
std_name |
A string indicating the stages names, if not provided then std_libelle are used |
A xtable for annual report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.