header {vegtable} | R Documentation |
Retrieve or replace slot header in vegtable objects
Description
Retrieve or replace the content of slot header
in vegtable objects.
Usage
header(x, ...)
## S4 method for signature 'vegtable'
header(x, ...)
header(x) <- value
## S4 replacement method for signature 'vegtable,data.frame'
header(x) <- value
Arguments
x |
Object of class vegtable. |
... |
Further arguments passed to or from other methods. |
value |
Data frame to be set as slot |
Author(s)
Miguel Alvarez kamapu78@gmail.com
Examples
head(header(Kenya_veg))
[Package vegtable version 0.1.8 Index]