| alcyon-coercion | R Documentation |
Direct conversions between sf objects and the map classes provided by
this package. For ShapeMap -> Axial -> Segment see
axialToSegmentShapeGraph.
This is a direct conversion, for ShapeMap -> Axial -> Segment see axialToSegmentShapeGraph
This is a direct conversion, for ShapeMap -> Axial -> Segment see axialToSegmentShapeGraph
## S4 method for signature 'sf,ShapeMap'
coerce(from, to = "ShapeMap", strict = TRUE)
## S4 method for signature 'ShapeMap,sf'
coerce(from, to = "sf", strict = TRUE)
## S4 method for signature 'ShapeMap,AxialShapeGraph'
coerce(from, to = "AxialShapeGraph", strict = TRUE)
## S4 method for signature 'sf,AxialShapeGraph'
coerce(from, to = "AxialShapeGraph", strict = TRUE)
## S4 method for signature 'ShapeMap,SegmentShapeGraph'
coerce(from, to = "SegmentShapeGraph", strict = TRUE)
## S4 method for signature 'sf,SegmentShapeGraph'
coerce(from, to = "SegmentShapeGraph", strict = TRUE)
from |
the object to coerce. |
to |
the target class. Supplied by |
strict |
logical, part of the |
Other ShapeMap:
ShapeMap-class
Other AxialShapeGraph:
AxialShapeGraph-class
Other SegmentShapeGraph:
SegmentShapeGraph-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.