multiplot {hBayesDM} | R Documentation |
Function to plot multiple figures
Description
Plots multiple figures Based on codes from 'http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/'
Usage
multiplot(..., plots = NULL, cols = NULL)
Arguments
... |
Plot objects |
plots |
List containing plot objects |
cols |
Number of columns within the multi-figure plot |
[Package hBayesDM version 1.2.1 Index]