rip.background = list(col = "lightgray")))
Peter Ehlers
Francesco
CC: djmu...@gmail.com; r-help@r-project.org
From: dwinsem...@comcast.net
To: ui...@hotmail.it
Subject: Re: [R] [r] align xyplot
Date: Tue, 22 Feb 2011 08:33:07 -0500
I don't know the term "intestation
he color of the intestation of xyplot? By
default is pale-pink, but light-gray is better for a paper.
Thanks,
Francesco
From: nutini.france...@gmail.com
To: djmu...@gmail.com
CC: r-help@r-project.org
Subject: RE: [R] [r] align xyplot
Date: Thu, 3 Feb 2011 10:58:35 +
Thanks Dennis,
I have used the
Sorry, I mean "heading".
Thanks for the tip.
Francesco
> CC: djmu...@gmail.com; r-help@r-project.org
> From: dwinsem...@comcast.net
> To: ui...@hotmail.it
> Subject: Re: [R] [r] align xyplot
> Date: Tue, 22 Feb 2011 08:33:07 -0500
>
> I don't know the ter
From: ui...@hotmail.it
To: djmu...@gmail.com
CC: r-help@r-project.org
Subject: RE: [R] [r] align xyplot
Date: Tue, 22 Feb 2011 12:23:55 +
Hi Dennis and [R]users!
as I said last week, I need more info about xyplot.
Is it possible to change the color of the intestation of xyplot? By
-project.org
Subject: RE: [R] [r] align xyplot
Date: Thu, 3 Feb 2011 10:58:35 +
Thanks Dennis,
I have used the codes as.table = TRUE and aspect = 1 to obtain what i needed.
Maybe I'll ask you more about xyplot, is very powerfull tool!
Cheers,
Francesco
Date: Mon, 31 Jan 2011 04:
Thanks Dennis,
I have used the codes as.table = TRUE and aspect = 1 to obtain what i needed.
Maybe I'll ask you more about xyplot, is very powerfull tool!
Cheers,
Francesco
Date: Mon, 31 Jan 2011 04:33:27 -0800
Subject: Re: [R] [r] align xyplot
From: djmu...@gmail.com
To: nutini.f
Hi:
Look at as.table = TRUE and (perhaps) the skip = options in xyplot().
as.table = TRUE will put 1998 in the upper left corner and proceed row-wise.
Here's an example using the singer data:
histogram( ~ height | voice.part, data = singer, nint = 17,
endpoints = c(59.5, 76.5), layout
Dear R users,
I'm using xyplot to obtain a graph about a correlation x~y for different years
(a categoric variable).
The program dispose automatically the graphs in this way:
2010
2007 2008 2009
2004 2005 2006
2001 2002 2003
1998 1999 2000
Which code should I use to obtain this sequance of gr
8 matches
Mail list logo