Does this do what you want?
coplot(myvar~myvar | myvar, show.given=FALSE, ylab="....",
xlab=c("...","A
Title on Top"))
Rob
----- Original Message -----
From: "Mihai Nica" <m_nica at hotmail.com>
To: <r-help at stat.math.ethz.ch>
Sent: Friday, November 26, 2004 11:30 AM
Subject: [R] Coplot Given text
> Greetings:
>
> I am unsuccessful in suppressing "Given : myvariable" from a
coplot. There
> was such a question in the past but the thread breaks down. I am sure this
> is a "for dummies" question :-). I tried:
>
> coplot(myvar~myvar | myvar, show.given=FALSE, xlab="....",
ylab="...",
> main=" ")
> and some other variations (including without main=" ") but I have
to go to
> the lower level and that is beyond me yet. I know, trellis is an option,
> but I want to be able to handle basics first.
>
> Win2000, R 2.0.0
>
> Many thanks,
>
> Mihai Nica
> Jackson State University
> 155 B Parkhurst Dr.
> Jackson, MS 39202
> 601 969 5423
> 601 914 0361
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>