c,extent_crs-method | R Documentation |
This is a generic function which combines its arguments.
## S4 method for signature 'extent_crs'
c(x, ...)
## S4 method for signature 'records'
c(x, ...)
x |
a |
... |
additional arguments. |
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.
a combination of 'x' class elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.