BuildRFModels: Stack and extract all spatial data to elk, coyotes, and...

Description Usage Arguments Value

View source: R/BuildRFModels.R

Description

Stack rasters and extract points data for elk, coyotes, and mountain lions

Usage

1
2
BuildRFModels(data, ncpu, withold, trees, raspath, pathout, subset,
  catname)

Arguments

data

data to be used to build RF model

ncpu

number of cpus to parallelize on

withold

percent of data (decimal format) to withold for training model (default 0.25)

trees

number of trees (maximum) to attempt to split on

raspath

path to raster stack

pathout

path to where predicted RF map should be written

subset

Logical. TRUE/FALSE. Whether to subset the data into categories

catname

name of category to split on

studypath

path to study area polygon (where you want to define availability)

Value

Returns a list object with RFData necessary to predict probably of use in RF models (elk, coyotes, and mountain lions)


khuggler/TediousEcology documentation built on July 10, 2021, 12:34 a.m.