print.slendr_pop | R Documentation |
slendr
objectAll spatial objects in the slendr package are internally represented as
Simple Features (sf
) objects. This fact is hidden in most
circumstances this, as the goal of the slendr package is to provide
functionality at a much higher level (population boundaries, geographic
regions, instead of individual polygons and other "low-level" geometric
objects), without the users having to worry about low-level details involved
in handling spatial geometries. However, the full sf
object
representation can be always printed by calling x[]
.
## S3 method for class 'slendr_pop'
print(x, ...)
## S3 method for class 'slendr_region'
print(x, ...)
## S3 method for class 'slendr_map'
print(x, ...)
## S3 method for class 'slendr_model'
print(x, ...)
x |
Object of a class |
... |
Additional arguments passed to |
No return value, used only for printing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.