Displaying 1 result from an estimated 1 matches for "whichplots".
2011 Jan 06
0
Set axis limits in mixtools plot
...740
,-0.0750,-0.0760,-0.0758,-0.0732,-0.0677,-0.0603,-0.0531,-0.0481,-0.0459
,-0.0448,-0.0421,-0.0364,-0.0285,-0.0219,-0.0202,-0.0245,-0.0321,-0.0386
,-0.0399,-0.0352,-0.0272,-0.0206,-0.0187,-0.0220,-0.0280,-0.0330
)
library(mixtools)
fit <- normalmixEM(test.data)
plot(fit
,whichplots=2
# ,xlim2=c(-0.1, 0.15)
# ,ylim2=c(0, 20)
# ,xlim=c(-0.1, 0.15)
# ,ylim=c(0, 20)
)
grid()