Re: [R] trellis plot question

2003-07-25 Thread Petr Pikal
Hi

You probably use numeric id variable. 
I think you need to make an id variable to become a factor. 

e.g. use 

as.factor(id) 

Cheers
Petr

On 24 Jul 2003 at 10:39, Suzette Blanchard wrote:

 
 Greetings,
 
 Does anyone know how to get an id number in the little header 
 above each individual plot within a trellis plot?  The default
 seems to be to print the word id and add a line indicating on
 a linear scale where the current id sits.
 
 Thanks in advance for any help you can send,
 
 Suzette
 
 
 =
 Suzette Blanchard, Ph.D.
 Research Scientist
 Frontier Science Foundation
 1244 Boylston St. Suite 303
 Chestnut Hill, MA 02467
 Email:  [EMAIL PROTECTED]
 Phone:  (617) 632-2007
 Fax:(617) 632-2001
 
 __
 [EMAIL PROTECTED] mailing list
 https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Petr Pikal
[EMAIL PROTECTED]
[EMAIL PROTECTED]

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] trellis plot question

2003-07-25 Thread Suzette Blanchard

Yes, that solved the problem.
Thank you,
Suzette

On Fri, 25 Jul 2003, Petr Pikal wrote:

 Hi

 You probably use numeric id variable.
 I think you need to make an id variable to become a factor.

 e.g. use

 as.factor(id)

 Cheers
 Petr

 On 24 Jul 2003 at 10:39, Suzette Blanchard wrote:

 
  Greetings,
 
  Does anyone know how to get an id number in the little header
  above each individual plot within a trellis plot?  The default
  seems to be to print the word id and add a line indicating on
  a linear scale where the current id sits.
 
  Thanks in advance for any help you can send,
 
  Suzette
 
 
  =
  Suzette Blanchard, Ph.D.
  Research Scientist
  Frontier Science Foundation
  1244 Boylston St. Suite 303
  Chestnut Hill, MA 02467
  Email:  [EMAIL PROTECTED]
  Phone:  (617) 632-2007
  Fax:(617) 632-2001
 
  __
  [EMAIL PROTECTED] mailing list
  https://www.stat.math.ethz.ch/mailman/listinfo/r-help

 Petr Pikal
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]




=
Suzette Blanchard, Ph.D.
Research Scientist
Frontier Science Foundation
1244 Boylston St. Suite 303
Chestnut Hill, MA 02467
Email:  [EMAIL PROTECTED]
Phone:  (617) 632-2007
Fax:(617) 632-2001

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


[R] trellis plot question

2003-07-24 Thread Suzette Blanchard

Greetings,

Does anyone know how to get an id number in the little header 
above each individual plot within a trellis plot?  The default
seems to be to print the word id and add a line indicating on
a linear scale where the current id sits.

Thanks in advance for any help you can send,

Suzette


=
Suzette Blanchard, Ph.D.
Research Scientist
Frontier Science Foundation
1244 Boylston St. Suite 303
Chestnut Hill, MA 02467
Email:  [EMAIL PROTECTED]
Phone:  (617) 632-2007
Fax:(617) 632-2001

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] trellis plot question

2003-07-24 Thread Douglas Bates
Suzette Blanchard [EMAIL PROTECTED] writes:

 Does anyone know how to get an id number in the little header 
 above each individual plot within a trellis plot?  The default
 seems to be to print the word id and add a line indicating on
 a linear scale where the current id sits.

See the description of the strip argument in ?xyplot and the
documentation for strip.default.  There are currently 6 different
styles available or you can add your own.

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help