search for: tittle_x_axe

Displaying 1 result from an estimated 1 matches for "tittle_x_axe".

Did you mean: title_y_axe
2007 Aug 05
1
Plot in log scale
...o do something as: out <- read.table("/my_path/data.dat", header=T, sep="\t") plot_colors <- c("blue","red","forestgreen","yellow") plot(out$a, log="y", type="l", col=plot_colors[1], axes=FALSE, ann=T, xlab="tittle_x_axe", ylab="title_y_axe", cex.lab=0.8, lwd=2) axis(1, at=1:200) lines(out$b, type="l", pch=1, lty=1, col=plot_colors[2]) lines(out$c, type="l", pch=2, lty=2, col=plot_colors[3]) lines(out$d, type="l", pch=3, lty=3, col=plot_colors[4]) But, I have to only pl...