iez
Cc : r-help@r-project.org
Objet : Re: [R] grid lines aligned on each ticks with a log scale
On 20/03/2010 7:35 AM, Duncan Murdoch wrote:
> On 20/03/2010 6:38 AM, Benoit Boulinguiez wrote:
>> Hi all,
>>
>> for publication purpose I must provide a graph with grid lines
>
On 20/03/2010 7:35 AM, Duncan Murdoch wrote:
On 20/03/2010 6:38 AM, Benoit Boulinguiez wrote:
Hi all,
for publication purpose I must provide a graph with grid lines aligned with
each tick mark.
Thing is that the graph has a log scale on the x-axis.
I looked at the grid() and par() documentati
On 20/03/2010 6:38 AM, Benoit Boulinguiez wrote:
Hi all,
for publication purpose I must provide a graph with grid lines aligned with
each tick mark.
Thing is that the graph has a log scale on the x-axis.
I looked at the grid() and par() documentation but still don't figure out
how to get it do
Hi all,
for publication purpose I must provide a graph with grid lines aligned with
each tick mark.
Thing is that the graph has a log scale on the x-axis.
I looked at the grid() and par() documentation but still don't figure out
how to get it done.
simple example
plot(seq(1,9), log="x", pan
Hi all,
I was wondering if there was a way to draw out grid lines in the cloud
plots for lattice. I hunted all throughout the panel.cloud and panel.
3dscatter help pages and couldn't find anything to help me move
forward with this. Do I have to get deeper into the drawing commands,
or is th
Chris Li wrote:
Thanks for the reply guys. Below are the script and data files.
http://www.nabble.com/file/p24734049/HEAD_calibration.R HEAD_calibration.R
http://www.nabble.com/file/p24734049/6527-1052 6527-1052
http://www.nabble.com/file/p24734049/6527-1054 6527-1054
http://www.nabble.com/
Thanks for the reply guys. Below are the script and data files.
http://www.nabble.com/file/p24734049/HEAD_calibration.R HEAD_calibration.R
http://www.nabble.com/file/p24734049/6527-1052 6527-1052
http://www.nabble.com/file/p24734049/6527-1054 6527-1054
http://www.nabble.com/file/p24734049/MAR3
Maybe this helps
par(mar = c(5,4,6,1))
plot(1:10, type = "n", axes = F)
xticks = axis(1, at = c(1,5,9), labels =
c("1-1-2009","1-5-2009","1-9-2009")) #set axis manually
yticks = axis(2, at = 1:10) #set axis manually
abline(v = xticks, col = "gray") #verticall lines
abline(h = yticks, col =
Maybe this helps
par(mar = c(5,4,6,1))
plot(1:10, type = "n", axes = F)
xticks = axis(1, at = c(1,5,9), labels =
c("1-1-2009","1-5-2009","1-9-2009")) #set axis manually
yticks = axis(2, at = 1:10) #set axis manually
abline(v = xticks, col = "gray") #verticall lines
abline(h = yticks, col
Chris Li wrote:
Hi everyone. I am new to R.
It will be greatly appreciated if someone can help me with the following
questions.
Here's the graph I have just produced.
http://www.nabble.com/file/p24732839/calibration.jpeg
(1) How can I put the legend on top of the grid lines?
It probabl
On Wed, 29-Jul-2009 at 11:32PM -0700, Chris Li wrote:
|>
|> Hi everyone. I am new to R.
|>
|> It will be greatly appreciated if someone can help me with the following
|> questions.
|>
|> Here's the graph I have just produced.
|> http://www.nabble.com/file/p24732839/calibration.jpeg
|>
|> (1)
Hi everyone. I am new to R.
It will be greatly appreciated if someone can help me with the following
questions.
Here's the graph I have just produced.
http://www.nabble.com/file/p24732839/calibration.jpeg
(1) How can I put the legend on top of the grid lines?
(2) How can I match the grid lin
12 matches
Mail list logo