coordinates: Generate coordinates

Description Usage Arguments Value

View source: R/coordinates.R

Description

This function takes two vectors X and Y that define a domain and a surface Z, and creates a matrix containing the coordinates.

X and Y are both 1D, surface is 2D

Usage

1
coordinates(X, Y, surface)

Arguments

X

Vector of type integer - x domain

Y

Vector of type integer - y domain

Value

output is a matrix with 3 columns containing the coordinates X,Y,Z as column vectors


PhilippVWC/myBayes documentation built on Oct. 2, 2020, 8:25 a.m.