An R package for the visualization of Monte Carlo Simulation results.
SimDisplay is a package useful for the visualization and summarization of complex tabular data. It has been designed to work with objects produced by SimDesign, and extends ggplot2 functionality.
SimDisplay is still a work in progress so please file an issue if you run into any issues or have suggestions for further methods or refinements.
# SimDisplay is currently only hosted on GitHub:
# install.packages("devtools")
devtools::install_github("mattsigal/SimDisplay")
# Load the library with:
library(SimDisplay)
# After installation, it is highly recommend to run the following:
install_suggests()See the help files associated with: convert_df(), roundSim(), shinyMCSS(), simplifyDf(), simTable(), simTableplot(), and tableShade().