var_merge: Solve the variational problem by the finite element method.

Description Usage Arguments Value Examples

View source: R/varmer.R

Description

It takes as input the coordinates of the nodes (variable coordinates defined in the mesh_3 function). The table of elements (variable elements defined in the mesh_3 function). The fields uhat and v, and the factor eta_0

Note that columns of uhat and v are arranged as follows:

date1 date2 date3

And performs the variational merging technique to uhat and v using the finite.

uhat and v have to be introduced like in the example, only with data

Usage

1

Arguments

coordinates

A data frame with Node definitions in relative coordinates.

elements

A data frame containing element definitions and nodes should be ordered counterclockwise.

uhat

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

x y date1 date2 date3

v

A matrix containing values from the satellite/model based image.

The values of uhat and v should correspond to the same pixels in the coordinates matrix.

eta_0

A scalar representing length scale constant.

Value

A data frame representing resulting images in relative coordinates.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

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