plotMulti: PlotMulti

plotMultiR Documentation

PlotMulti

Description

PlotMulti

Usage

plotMulti(x, ...)

## S3 method for class 'tbl_df'
plotMulti(x, parframe_filter = NULL, ...)

## S3 method for class 'prdfn'
plotMulti(x, times, parframe, data = NULL, ..., colorAsFactor = F)

## S3 method for class 'parframe'
plotMulti(x, parframe_filter = NULL, dModframe, ...)

Arguments

x

dMod.frame or prdfn

...

additional arguments

parframe_filter

dplyr-like arguments to filter rows of the parframe in parframes columns of dMod.frame

times, parframe

x = prdfn, additional needed arguments to simulate

data

x = prdfn, add data to plots

colorAsFactor

when only few different predictions are shown, one can use this to better discrimate prediciotns

Details

plotMulti.parframe: don't know why I implemented it...


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.