up to Scatter Plot

This commit is contained in:
Dan Buch 2011-07-13 22:29:16 -04:00
parent d2b9d1cd13
commit 99d8fa810e
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -316,3 +316,10 @@ intervalFn = ogive(interval_breaks, interval.freq)
plot(intervalFn, main="Old Faithful Eruptions", xlab="Intervals in minutes", ylab="Cumulative Relative Frequency") plot(intervalFn, main="Old Faithful Eruptions", xlab="Intervals in minutes", ylab="Cumulative Relative Frequency")
plotCsum(interval) plotCsum(interval)
q() q()
duration
stem(duration)
interval
stem(interval)
interval
help(stem)
q()