Hi:

Try this:

densityplot( ~ height | voice.part, data = singer, layout = c(2, 4),
             xlab = "Height (inches)", bw = 5)
densityplot( ~ height | voice.part, data = singer, layout = c(2, 4),
             xlab = "Height (inches)", bw = 5, plot.points = FALSE)

The plot.points argument is actually associated with panel.densityplot(); in
this case, you can pass it from within densityplot().

HTH,
Dennis

On Tue, Dec 21, 2010 at 10:58 AM, Marie-Hélène Hachey <
marie_helen...@hotmail.com> wrote:

>
> Hi,
> Is it possible to remove the points at the base of a density plot?I would
> like to keep only the curves of the plot, not the points.
> Thank you.
> Marie-Helene HacheyM.Sc. studentUniversite Laval, Quebec
> ______________________________________________
> 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.
>

        [[alternative HTML version deleted]]

______________________________________________
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