eg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of Xin Shi
> Sent: Thursday, January 08, 2009 3:33 AM
> To: r-help@r-project.org
> Subject: [R] how to plot histogram plot and fi
You are plotting the histogram in the frequency scale. A quick look
at the doc page for hist() would reveal the freq option:
hist(x,freq=FALSE)
then you can add the densities with lines()
albyn
Quoting Xin Shi :
Dear:
I am trying to plot the histogram graph for my observed data.
Dear:
I am trying to plot the histogram graph for my observed data. Then plot
fitted distribution on the same graph of histogram plot in R.
1. histogram plot y.
2. based on "1", plotting y1 v. x;
3. based on "1", plotting y2 v. x;
4. based on "1", plotting y3 v. x;
A
3 matches
Mail list logo