renameLayers | R Documentation |
Used to rename layers in a Field object.
renameLayers(x, old, new)
x |
The Field object whose layers should be renamed. |
old |
When |
new |
Optional. New column names, must be the same length as columns provided to Syntax copied from data.table::setnames(), for which this function is essentially a wrapper. |
A Field (but not this is not strictly necessary since the Field object is changed in place)
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.