c,extent_crs-method {rsat} | R Documentation |
Combine values into a vector or a list
Description
This is a generic function which combines its arguments.
Usage
## S4 method for signature 'extent_crs'
c(x, ...)
## S4 method for signature 'records'
c(x, ...)
Arguments
x |
a |
... |
additional arguments. |
Details
The default method combines its arguments to form a vector. All arguments are coerced to a common type which is the type of the returned value. All attributes except names are removed.
Value
a combination of 'x' class elements
[Package rsat version 0.1.21 Index]