matrixToDist: plotField function

View source: R/matrixToDist.R

matrixToDistR Documentation

plotField function

Description

function to make fieldBoundary from matrix of points.

Usage

matrixToDist(m, reference = NULL, close = TRUE)

Arguments

m

n x 2 matrix of points on boundary of field. the first row will be assumed to be the reference point if no argument is provided to 'reference'

reference

reference point. If NULL, reference is assumed to be first row in m

Details

[fill in details here]

Value

object of class field boundary

Examples

# none

nsantantonio/fieldMapR documentation built on Feb. 4, 2025, 3:07 a.m.