long_shaped_matrix: Long shaped matrix

View source: R/long_shaped_matrix.R

long_shaped_matrixR Documentation

Long shaped matrix

Description

Long shaped matrix

Usage

long_shaped_matrix(Z)

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

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

C-Juliette/randomfields documentation built on Sept. 3, 2023, 5:56 a.m.