View source: R/rts_hull_grid.R
This function Create a hull grid based on it's positions (positions.TS
)
1 2 3 | rts_hull_grid(positions.TS, nx.grid = 10 * dim(positions.TS)[1],
ny.grid = 10 * dim(positions.TS)[1], type.grid = c("square",
"convex"))
|
positions.TS |
is a data frame that containing longitude ( |
nx.grid |
is a interger that represents the number of points of longitude |
ny.grid |
is a interger that represents the number of points of latitude |
type.grid |
Typo of grid to build, available options are: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.