plot_parameter_density: Plot parameter density.

Description Usage Arguments Examples

View source: R/sbpiper_pe.r

Description

Plot parameter density.

Usage

1
2
plot_parameter_density(df, parameter, fileout, title = "", logspace = TRUE,
  scientific_notation = TRUE)

Arguments

df

the data set containing the parameter estimates to plot.

parameter

the name of the parameter to plot the density

fileout

the output file

title

the plot title (default: "")

logspace

true if the parameters should be plotted in logspace (default: TRUE)

scientific_notation

true if the axis labels should be plotted in scientific notation (default: TRUE)

Examples

1
2
3
4
5
6
7
8

pdp10/sbpiper documentation built on May 17, 2019, 11:17 p.m.