hi everybody,
I am having some problems with the bwplot (I am not using the regular panel,
but the one from the library agsemisc)...
The problem is the following:
a.resetplotparams()
                        bwplot(
                                        isHost ~ data$time,
                                        data = dataset,
                                        scattered = TRUE,
                                        main="Duration",
                                        xlab = "Duration in minutes",
                                        ylab = "User is Host",
                                        panel=panel.bwstrip,
                                        varwidth = TRUE,
                                        col = "red", 
                                        pch = 1,
                                        type="mean,strip,density,N,grid",
                                        strip.limit = TRUE,
                        )

My problem is, that I only get some dots outside the whiskers but Id like to
have all dots (the ones between the whiskers)...
Would be great, if somebody could help me out on this issue.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Help-with-bw-plot-tp2072834p2072834.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.

Reply via email to