README.md

lmBuffer

A R package for sample randomization and linear models output for radii buffers to exclude buffer overlap between observation. See package documentation for more information

Authors

Alexandre Adalardo de Oliveira and Melina Oliveira Melito

Installing the package

Install and load devtools:

install.packages("devtools")
library(devtools)

Install this version from github and load it:

install_github(repo = 'adalardo/lmBuffer')
library(lmBuffer)

Running and testing

data(respData)
data(distData)
respName <- c("sum.biom", "mean.biom", "prop.pion", "density")
plotVar <- "parcela"
rVar <- "buffer"
predName <- "forest"
rBuff <- seq(100, 1500, by=100)
resBuffer<- applyBuff(respData, distData=distData, respName, predName, plotVar, rVar, rBuff = rBuff, nSample = 5, maxRand = 10, minRand = 4)


adalardo/lmBuffer documentation built on May 10, 2019, 5:13 a.m.