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? 
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
Post a Comment