plot_metric_distribution: Plot parameters by sample points

View source: R/plotting_functions.R

plot_metric_distributionR Documentation

Plot parameters by sample points

Description

Generates histogram plot comparing the distribution of various parameters across positive and negative classes of data. This function takes training_data as a data frame.

Usage

plot_metric_distribution(training_data, parameters = NULL, plot_type = "hist")

Arguments

training_data

A data frame with the data to be plotted. Must have at least a column called "class" of type <chr> that contains a value "positive" or "negative" for each row.

parameters

A list of names of the parameters to plot. These must correspond to columns in training_data


tabrasel/WetlandTools documentation built on Dec. 20, 2024, 8:50 a.m.