Learn R Programming

flps (version 0.1.0)

plot.flps: Plot

Description

Plot

Usage

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

Value

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

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 future development