Skip to content
Back to formatted view

Raw Message

Message-ID: <42F077F4.2C39D65E@STATS.uct.ac.za>
Date: 2005-08-03T07:53:24Z
From: Clark Allan
Subject: R: histograms and ylim

hi all

a very simple question once again!!!

can we change the "y" range in a histogram?


e.g.
x=rnorm(1000)
hist(x,ylim=0.5,prob=T)	#this does not work


any suggestions???