edgelength | R Documentation |
This function will return the length of all edges in the specified grid object.
edgelength(gridObj, ...)
## S4 method for signature 'trigrid'
edgelength(gridObj, output = "distance")
gridObj |
( |
... |
Arguments passed to the class specific methods. |
output |
( |
A named numeric
vector.
g <- trigrid(3)
edges <- edgelength(g, output="deg")
edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.