xtable-report_annual-method: xtable function for report_annual-class create an xtable...

xtable,report_annual-methodR 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.

Description

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.

Usage

## 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
)

Arguments

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 x@dc@dc_selected if not provided DC codes are used.

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

Value

A xtable for annual report


stacomiR documentation built on July 18, 2022, 5:09 p.m.