getLakeIDs: getLakeIDs

Description Usage Arguments Examples

View source: R/getLakeIDs.R

Description

This function retrieves the lake IDs for each of the rf objects

Usage

1
getLakeIDs(indVar, depVar, id)

Arguments

indVar

independent variables

depVar

dependent variable

id

vector of IDS, same length and order as indVar and

Examples

1
2
3
4
5
data(LakeTrophicModelling)
x2<-iterVarSelRF(ltmData[predictors_gis],ltmData$TS_CHLA_4,10,4,ntree=10,ntreeIterat=5,
vars.drop.frac=NULL,vars.drop.num=1,time=FALSE)
x2_vars<-unique(unlist(x2))
gis_ts4_rf<-runRandomForest(ltmData[x2_vars],ltmData$TS_CHLA_4)

USEPA/LakeTrophicModelling documentation built on Oct. 15, 2020, 4:13 p.m.