[R] Lattice barchart with different fill pattern

2006-08-14 Thread Rafael Duarte
or any other approach to help in the identification of the different levels in the barchart? Many thanks. Rafael Duarte OS: windows XP __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Lattice strip labels for two factors

2006-09-22 Thread Rafael Duarte
, Rafael Duarte -- Rafael Duarte Marine Resources Department - DRM IPIMAR - National Research Institute for Agriculture and Fisheries Av. Brasília, 1449-006 Lisbon - Portugal Tel:+351 21 302 7000 Fax:+351 21 301 5948 e-mail: [EMAIL PROTECTED] __ R

Re: [R] Lattice strip labels for two factors

2006-09-23 Thread Rafael Duarte
in the xyplot call (same as I did for one factor). Is it possible/simple to do? Thank you, Rafael Gabor Grothendieck wrote: Try this: levels(df$fact2) - c(faro,porto,lisbon,setubal) xyplot( value ~ year | fact1*fact2, data=df, type=b) On 9/22/06, Rafael Duarte [EMAIL PROTECTED] wrote: Dear

Re: [R] Lattice strip labels for two factors

2006-09-25 Thread Rafael Duarte
))) head(df) # unchanged or even (untested) xyplot(value ~ year | fact1 * factor(fact2, levels = levels(fact2), labels = levs), data = df) Deepayan On 9/23/06, Rafael Duarte [EMAIL PROTECTED] wrote: Thank you for your suggestion. This could be a solution that I didn't

Re: [R] hierarhical cluster analysis of groups of vectors

2007-05-29 Thread Rafael Duarte
It seems that you have already groups defined. Discriminant analysis would probably be more appropriate for what you want. Best regards, Rafael Duarte Anders Malmendal wrote: I want to do hierarchical cluster analysis to compare 10 groups of vectors with five vectors in each group (i.e. I

Re: [R] Fw: hierarhical cluster analysis of groups of vectors

2007-05-29 Thread Rafael Duarte
Ron Michael wrote: -- Hi Rafael, What about multivariate logistic regression? - Forwarded Message From: Rafael Duarte [EMAIL PROTECTED] To: Anders Malmendal [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Tuesday, May 29, 2007 3:21:11 PM Subject: Re: [R] hierarhical