View source: R/evaluate.regression.tree.R
evaluate_regression_tree | R Documentation |
evaluate.regression.tree
This function is the main regression tree function
evaluate_regression_tree(
LF,
fcol,
lcol,
Flagcol,
bins,
save_dir,
folder_name,
pdf = FALSE,
lf_scale = 1.5
)
LF |
The length frequency data frame input; must include four columns: lat, lon, year, and quarter |
fcol |
The first column in the data frame with length frequency info |
lcol |
The last column in the data frame with length frequency info |
Flagcol |
The column for pre-defined fishery definitions |
bins |
Names of all bins included in LF |
save_dir |
The directory where results will be saved |
folder_name |
The name of the folder where results will be saved |
pdf |
Whether to save figures in pdf - default is in png |
lf_scale |
scale mean lf plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.