plot_pmf_factor_profile: Function to plot PMF factor profiles using data from...

View source: R/pmf_plotting_functions.R

plot_pmf_factor_profileR Documentation

Function to plot PMF factor profiles using data from read_pmf_factor_profiles and tidy_pmf_profiles.

Description

Function to plot PMF factor profiles using data from read_pmf_factor_profiles and tidy_pmf_profiles.

Usage

plot_pmf_factor_profile(df, by_model_run = TRUE, x_label_angle = 0)

Arguments

df

Tibble from tidy_pmf_profiles.

by_model_run

Should the plots be faceted by model runs?

x_label_angle

What angle should the x-axis labels be presented in? If your labels are long, 45 can be useful.

Value

ggplot2 with bar geometries.

Author(s)

Stuart K. Grange


skgrange/pmfr documentation built on June 30, 2022, 12:28 a.m.