long_shaped_matrix: Long shaped matrix

Description Usage Arguments Value Examples

View source: R/long_shaped_matrix.R

Description

Long shaped matrix

Usage

1

Arguments

Z

a matrix/dataframe/vector

Value

a dataframe : first column is x coordinates, second column is y coordinate, third column is the value

Examples

1
2
Z <- matrix(1:25, nrow = 5)
long_shaped_matrix(Z)

C-Juliette/Geostatistic documentation built on Dec. 17, 2021, 11:58 a.m.