Displaying 1 result from an estimated 1 matches for "tp19173403p19176280".
2008 Aug 27
2
Error producing density curve
Hi, i have never really used R before and i need to produce a density curve
for use in an assignment. Following the instructions in the manual provided
with my course i keep getting this error message:
"Error in plot.xy(xy, type, ...) : invalid plot type '1'"
The commands i have entered are:
>x=seq(0, 1800, 10)
>x
>f=dnorm(x, 1454.190, 162.6301)
>f