Learn R Programming

VARMER (version 1.0.0)

pre_data: Obtain necessary data to the package.

Description

Using a variable in the needed format the unique coordinates.

The function calculates necessary variables for mesh_3.

Usage

pre_data(uhat)

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

Run this code
# NOT RUN {
data(uhat,"VARMER")
invisible(force(uhat))
pre_results=pre_data(uhat)
# }

Run the code above in your browser using DataLab