Hello Everyone,
I was wondering if anyone knows a solution to a problem I am experiencing. I
have an R script that creates multiple graphs of the data in several data file
using the partimat() function that is located in the klaR library. I would
like to get this graphs into a single image similar to the way one can use the
par() function and then the plot() function to put multiple plots side by side.
The problem is that the par() function does not work with partimat() so I was
wondering if there is an equivalent way of achieving the same result when using
partimat(). I have searched for several hours already and I have not been able
to find a solution. I would greatly appreciate any help. Attached is the
script as well as the end result I would like to get after running the script.
Thank you,
Antelmo Aguilar
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.