edgelength {icosa} | R Documentation |
Lengths of grid edges
Description
This function will return the length of all edges in the specified grid object.
Usage
edgelength(gridObj, ...)
## S4 method for signature 'trigrid'
edgelength(gridObj, output = "distance")
Arguments
gridObj |
( |
... |
Arguments passed to the class specific methods. |
output |
( |
Value
A named numeric
vector.
Examples
g <- trigrid(3)
edges <- edgelength(g, output="deg")
edges
[Package icosa version 0.11.0 Index]