Displaying 2 results from an estimated 2 matches for "lnden".
Did you mean:
enden
2006 Aug 25
1
Plot y ~ x under condition of variable a and b [Broadcast ]
...ormula that tells lattice to separate them.
If you drop that, you'll get all points without S and P distinguished at
all. If you add a groups argument, you should get them presented with
different colors/symbols/etc. depending on your trellis settings (warning:
untested code):
par.plot(lnvol~lnden, groups = source,data=dat,sub=as.factor(plotid),col=T)
Hope this helps,
Matt Wiener
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of jennystadt
Sent: Friday, August 25, 2006 11:28 AM
To: r-help at stat.math.ethz.ch
Su...
2006 Aug 23
5
two density curves in one plot?
Hello,
I was wondering if I can plot two curves I get from "density(data)" into
one plot. I want to compare both.
With the following commad, I just get one curve plotted:
plot( density(mydata) )
Sorry for this stupid question but I could not find a solution until now...
Antje