plot.flps {flps}R Documentation

Plot

Description

Plot

Usage

## S3 method for class 'flps'
plot(x, type = NULL, pars = c("tau0", "tau1"), ...)

Arguments

x

an object of class flps

type

a string for the type of plot

pars

a character vector indicating the target parameters

...

additional options for stan_plot

Value

A ggplot object that can be further customized using the ggplot2 package.


[Package flps version 1.1.0 Index]