Description Usage Arguments Value Details See Also
View source: R/forestPlot-plotFcns.R
forestPlot()
is an internal function that
takes a dataset and returns a plot.
1 2 3 4 |
ds |
Any object that can be coerced into a |
displayMedian |
A logical scalar. In the case of subgroup-level
plotting ( |
displayError |
A logical scalar. In the case of subgroup-level
plotting ( |
displayLine |
A logical scalar. In the case of subgroup-level
plotting ( |
displayMarMean |
A logical scalar. In the case of subgroup-level
plotting ( |
displayBoxplot |
A logical scalar. In the case of individual-level
plotting ( |
jitter |
A logical scalar. In the case of individual-level
plotting ( |
col.outcome |
A scalar integer, indicating the column of the |
col.trt |
A scalar integer, indicating the column of the |
col.ITE |
A scalar integer, indicating the column of the |
col.grp |
A scalar integer, indicating the column of the |
simData |
A logical scalar, indicating whether the data is the
simple simulated data
( |
indivPlot |
A logical scalar, indicating whether to generate a plot
at the individual level ( |
If both of the logical arguments are false, the output will be a plotly object containing an empty plot. Otherwise, the output will be a ggplot object containing the plot.
This function calls shiny::incProgress()
, which is used
to increment the progress bar within the UI.
Other plotting functions: covarProfiles
,
forestPlotGen.fewGroups
,
forestPlotGen.manyGroups
,
groupQuantiles
,
subgroupProfiles
, vizByCovar
,
vizBySubgroup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.