run_rf: Use a RandomForest model to classify tephra

Description Usage Arguments Value Examples

View source: R/run_rf.R

Description

Use a RandomForest model to classify tephra

Usage

1
run_rf(model.rf, new.data)

Arguments

data

A data frame containing element geochemistries of unknown origin

Value

An additional column in the data frame stating the most likely origin for the tephra, based on the model

Examples

1
data.classified <- (model.rf, new.data);

amy-mcg/tephrochron documentation built on Dec. 13, 2020, 3:44 p.m.