Displaying 1 result from an estimated 1 matches for "sk3222".
Did you mean:
3222
2008 Jun 18
1
Help with axis labels
...ow the code is
working, I have not been able to get rid of the labels like 10^1.69897,
10^2.69897 etc. I would appreciate if someone could modify the following
code to solve this problem for me. Regards,
Tariq
## Code follows
time <- c(0,30,60,90,120,150,180,210,240,270,300,330,360,390,410)
sk3222 <- c(19,46,73,130,190,358,632,1240,2340,4666,9422,17923,39448,72809,
149765)
plot(time,sk3222, yaxt="n",log ="y", xaxt="n", type= "o", las = 2,
main = "Semi-logarithmic
plot")
axis(1, c(0,60,120,180,240,300,360,420))
axis.at <- 10 ^ c(...