Extract and replace values from a gridlayer-derived object (e.g. link{facelayer}
).
Source: R/data-gridlayer-attributes.R
values.Rd
The function will get the @values
slot of a facelayer
object.
Usage
values(x,...)
# S4 method for gridlayer
values(x)
values(x) <- value
# S4 method for gridlayer,ANY
values(x) <- value
Format
An object of class standardGeneric
of length 1.
An object of class standardGeneric
of length 1.
Arguments
- x
(
facelayer
) Object.- value
(
logical
,character
ornumeric
) Replacement values.- ...
Arguments passed to class-specific methods. (Not used.)