produce_gauss_array: Convert a coord.data.frame to a matrix with points...

View source: R/fieldplot_s3.R

produce_gauss_arrayR Documentation

Convert a coord.data.frame to a matrix with points represented as a gaussian process.

Description

Convert a coord.data.frame to a matrix with points represented as a gaussian process.

Usage

produce_gauss_array(
  data,
  point_strength,
  position_error = 0.5,
  radius = 10,
  res = 0.1
)

Arguments

data

A coord.data.frame

point_strength

An attribute to be used as the amplitude of the gaussian process. Typically 'Diameter'.

position_error

Standard deviation of gaussian process.

radius

Radius of plot.

res

Resolution of output matrix. Do not recommend higher resolution (lower values) than 0.1. Significant computing time.

Value

A gauss.coord.array containing columns: x,y,value.


Silviculturalist/fieldcoordinate documentation built on April 17, 2022, 7:31 a.m.