Description Usage Arguments Value Examples
boost
creates a BoostObject from a sfc or VeloxRaster object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | boost(x, ...)
## S3 method for class 'sfc_MULTIPOLYGON'
boost(x, ...)
## S3 method for class 'sfc_POLYGON'
boost(x, ...)
## S3 method for class 'sfc_MULTILINESTRING'
boost(x, ...)
## S3 method for class 'sfc_LINESTRING'
boost(x, ...)
## S3 method for class 'sfc_MULTIPOINT'
boost(x, ...)
## S3 method for class 'sfc_POINT'
boost(x, ...)
## S3 method for class 'VeloxRaster'
boost(x, box = FALSE, ...)
|
x |
An sfc object. |
... |
Currently not used. |
box |
Boolean. If |
A BoostObject object.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.