Get plot single parameter
Usage
get_plot_single_param(
df,
param_name,
figure_file_path,
from_full_df = FALSE,
write_files = TRUE,
...
)
Arguments
- df
df of filepaths or of draws themselves
- param_name
the name of the parameter to plot
- figure_file_path
path to save figure
- from_full_df
whether or not df is a df of filepaths or of draws,
default = FALSE which means it is of filepaths
- write_files
whether or not to write files (default = TRUE)
- ...