
Plot a mosaic of plot
plot_mosaic.Rdplot_mosaic() plots a mosaic of plot based on a list of objects of the same
class.
Details
plot_mosaic() will plot a mosaic of plots only if x is a list of objects of the same class, and if there's
a plot method for this kind of objects able to handle screen_nav.
If
xis not a list,plot(x)is directly called.If
xis a list with different kind of objects, nothing is plotted.If
xdoes not have a plot method able to handle nav_screen, nothing is plotted.
When x can be plotted as a mosaic, each region of the mosaic will be indicated with the names of x if any,
otherwise with an indication built with the class of `x“.