Hello, all:
I am new here, and have a challenge to present some graphical data to the
user in a convenient way.
The challenge is to present a map to the user which is coloured with the
value of a variable. Say for example, temperature. This is a preexisting graph
that I can generate in
al Message-
From: Jim Lemon
To: Antonio Serrano
Cc: r-help mailing list
Sent: Sat, Apr 25, 2015 5:47 am
Subject: Re: [R] Interactive maps
Hi Antonio,
If you do create the map in R, you can use
locator().
Jim
On Sat, Apr 25, 2015 at 8:37 AM, Antonio Serrano via
R-help
wrote:
>
> Hello,
know how to read a graphic image into R to work with it.
>> How can
I read
> a pre-exisiting image into R?.
>>
>> Thanks again
>>
>>
>>
Antonio Serrano
>>
> aasde...@aim.com
>> ن
>>
>>
>> -Original
Message-
>>
suspect it would easy for
you to write to this format from Fortran. See the details
here:
http://cran.r-project.org/web/packages/raster/vignettes/rasterfile.pdf
Cheers,
Ben
On
Apr 27, 2015, at 11:55 AM, Antonio Serrano via R-help
wrote:
>
>
> Ok.
>
>
> The point no
First, you have to increase the bottom margin to have enough space for the
legend.
You do it like this:
par(
mar = c(6,4,4,2)
)
>From R help:
‘mar’ A numerical vector of the form ‘c(bottom, left, top, right)’
which gives the number of lines of margin to be specified on
First, you have to increase the bottom margin to have enough space for the
legend.
You do it like this:
par(
mar = c(6,4,4,2)
)
From R help:
‘mar’ A numerical vector of the form ‘c(bottom, left, top, right)’
which gives the number of lines of margin to be specified on
6 matches
Mail list logo