[R] plotting command trouble

Schmitt, Corinna Corinna.Schmitt at igb.fraunhofer.de
Thu Apr 19 13:29:39 CEST 2007


Dear R-Experts,

I have the following command lines:

windows()

plot(0:60, 0:0.896, type="n", xlab="Zeit [min]", ylab="Absorptionsmessung 
   bei 600nm",main="Zellwandstabilität" )

dev.off()


Can anyone say me why the plot command does not work and how the correct one should look like?
Important is: x-axis goes from 0 to 60 and the y-axis from 0 to 0.896!

Thanks, Corinna



More information about the R-help mailing list