Skip to content
Prev 25661 / 398502 Next

scale for the y-axis

On Mon, 25 Nov 2002, simon lessels wrote:

            
Divide it by 60?

  tminutes<-time/60
  boxplot ( tminutes~movement*scene, ylab = "Time (minutes)", xlab =
	"Condition")
or just
   boxplot ( I(time/60)~movement*scene, ylab = "Time (minutes)", xlab =
	"Condition")


	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._