Dear Luis,
You might be interested in ?title. Here is an example took from ?image:

require(grDevices) # for colours
x <- y <- seq(-4*pi, 4*pi, len=27)
r <- sqrt(outer(x^2, y^2, "+"))
image(z = z <- cos(r^2)*exp(-r/6), col=gray((0:32)/32))

 # title added after plotting
title(main="Here you go!")

HTH,

Jorge


On Tue, Mar 17, 2009 at 10:32 AM, Luis Ridao Cruz <lu...@frs.fo> wrote:

> R-help,
>
> I'm sorry that I said " I don't have idea.... ".
>
> What I mean t is that I just don't know how to set a legend
> when "image" is called.
>
> Thanks in advance
>
> ______________________________________________
> 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.
>

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

Reply via email to