fillPlot: Fill A Plot In With Similar Values

Description Usage Arguments Value

Description

Fill A Plot In With Similar Values

Usage

1
fillPlot(currentDf, corners, speciesDf, retainCurrent = FALSE)

Arguments

currentDf

This is a data.frame with (x,y) columns representing your current points.

corners

This is a vector set up as (minimum x, maximum x, minimum y, maximum y) representing the size plot you want to be filled.

speciesDf

This is a data.frame with species, density, mean dbh and sd of dbh. DBH could represent any numerical value needed.

Value

This function should return a data.frame with Species, X, Y, and DBH that contains new records to fill in the rest of the plot space.


ecology-rocks/SortieIO documentation built on May 15, 2019, 7:57 p.m.