values {icosa} | R Documentation |
Extract and replace values from a gridlayer-derived object (e.g. link{facelayer}
).
Description
The function will get the @values
slot of a facelayer
object.
Usage
values(x,...)
## S4 method for signature 'gridlayer'
values(x)
values(x) <- value
## S4 replacement method for signature 'gridlayer,ANY'
values(x) <- value
Arguments
x |
( |
value |
( |
... |
Arguments passed to class-specific methods. (Not used.) |
Format
An object of class standardGeneric
of length 1.
An object of class standardGeneric
of length 1.
[Package icosa version 0.11.0 Index]