pre_data: Obtain necessary data to the package.

Description Usage Arguments Value Examples

View source: R/varmer.R

Description

Using a variable in the needed format the unique coordinates.

The function calculates necessary variables for mesh_3.

Usage

1

Arguments

uhat

A matrix containing values from the interpolated image with x y and data and the next column structure

x y date1 date2 date3

Value

A list with vector data to use later with other functions of the package (Lx,Ly,Nx,Ny).

Examples

1
2
3
data(uhat,"VARMER")
invisible(force(uhat))
pre_results=pre_data(uhat)

VARMER documentation built on Feb. 8, 2021, 1:07 a.m.