plot.Mfx_list: plot method for objects of class 'Mfx_list'

Description Usage Arguments Details Examples

View source: R/Mfx_functions.R

Description

plot method for objects of class Mfx_list

Usage

1
2
## S3 method for class 'Mfx_list'
plot(mfx_list, ask = TRUE, ...)

Arguments

mfx_list

an object of class Mfx_list

ask

do you want to pause and wait for user input between plots?

...

other parameters to be passed to plot.Mfx or plot.

Details

plot.Mfx_list simply loops over every element of mfx_list and callsj plot.Mfx for each element. It pauses between plots depending on the value passed to ask.

Examples

1
# TO DO

TommyJones/marginal documentation built on Nov. 21, 2019, 3:53 p.m.