up to Scatter Plot
This commit is contained in:
parent
d2b9d1cd13
commit
99d8fa810e
Binary file not shown.
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user