This function takes the generic plotting fucntions from Xpose 4 and calls them multiple times with the current arguments to the functions, changing the arguments as needed for mirror plotting.
create.mirror(fun,
arg.list,
mirror,
plotTitle,
fix.y.limits = TRUE,
fix.x.limits = TRUE,
...)
The function name that we will call multiple times
The arguments to that function
The type of mirror plots desired (1 or 3 mirror plots can be created)
The title for the plots
Should we fix all the y axes to be the same?
Should we fix all the x axes to be the same?
additional arguments passed to the function.
a list of plots, or NULL.
mostly and internal function for Xpose
xpose.plot.default
,
xpose.plot.histogram
,
xpose.plot.qq
,
xpose.plot.splom