Lengths of grid edges
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.