[R] A question on xyplot function in Lattice package

2012-11-07 Thread jpm miao
Hi,

   I am using xylot function in Lattice package. I find it excellently
written, but I don't know how to find resources on this function. One thing
I would like to change is the line type. To my knowledge, type =l means a
regular line, type g means broken lines, but I can't find a complete list
of the choices. The info obtained from the query in R is limited. Could
anyone tell me where I can find the complete description of the function,
including all types of lines it offers? Thanks!


Miao

[[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.


Re: [R] A question on xyplot function in Lattice package

2012-11-07 Thread Pascal Oettli

Hello,

?plot

Regards,
Pascal


Le 08/11/2012 15:37, jpm miao a écrit :

Hi,

I am using xylot function in Lattice package. I find it excellently
written, but I don't know how to find resources on this function. One thing
I would like to change is the line type. To my knowledge, type =l means a
regular line, type g means broken lines, but I can't find a complete list
of the choices. The info obtained from the query in R is limited. Could
anyone tell me where I can find the complete description of the function,
including all types of lines it offers? Thanks!


Miao

[[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.



__
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.


Re: [R] A question on xyplot function in Lattice package

2012-11-07 Thread Peter Ehlers

On 2012-11-07 22:37, jpm miao wrote:

Hi,

I am using xylot function in Lattice package. I find it excellently
written, but I don't know how to find resources on this function. One thing
I would like to change is the line type. To my knowledge, type =l means a
regular line, type g means broken lines, but I can't find a complete list
of the choices. The info obtained from the query in R is limited. Could
anyone tell me where I can find the complete description of the function,
including all types of lines it offers? Thanks!


Miao


?panel.xyplot
?plot (pointed to by ?panel.xyplot)

(type g indicates a grid, but the 'grid' argument is preferred.)

Peter Ehlers

__
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.