We apply the boxplot function to produce the box plot of eruptions. > duration = faithful$eruptions # the eruption durations > boxplot(duration, horizontal=TRUE) ...
確定! 回上一頁