# NOT RUN {
data("MRPCtruth") # load data
# Plots
par(mfrow = c(2, 4))
plot(MRPCtruth$M0,
main = "Model0")
plot(MRPCtruth$M1,
main = "Model1")
plot(MRPCtruth$M2,
main = "Model2")
plot(MRPCtruth$M3,
main = "Model3")
plot(MRPCtruth$M4,
main = "Model4")
plot(MRPCtruth$Multiparent,
main = "Multiparent")
plot(MRPCtruth$Star,
main = "Star")
plot(MRPCtruth$Layered,
main = "Layered")
# }
Run the code above in your browser using DataLab