rts_hull_grid: Create a hull grid of points

Description Usage Arguments

View source: R/rts_hull_grid.R

Description

This function Create a hull grid based on it's positions (positions.TS)

Usage

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"))

Arguments

positions.TS

is a data frame that containing longitude (lon) and latitude (lat) asociated to time series in TS.

nx.grid

is a interger that represents the number of points of longitude log(new positions) of the grid.

ny.grid

is a interger that represents the number of points of latitude lat(new positions) of the grid.

type.grid

Typo of grid to build, available options are: "convex","square"


InstitutoInvestigacionesEconomicasPUCE/geortsBeta documentation built on June 17, 2020, 7:06 a.m.