r - Plot with a different scale -


i have question how plot figure differnt axis scale, pseudo-code like:

plot(data1,data2,xlim=c(0,10,100,1000),ylim=c(0,1000)) 

that means interval of x-axis not even, different scale.

thanks dwin! gave me way plot. want plot figure, know how plot it? enter image description here

options(scipen=8); plot(10^(1:5),1:5, log="x")    

it common question location of 0 on log scale try typing log(0) @ console see why not appear.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -