Jak tytuł fabuły w R.
> plot(faithful,
+ main = "Eruptions of Old Faithful",
+ xlab = "Eruption time (min)",
+ ylab = "Waiting time to next eruption (min)")
Beeduofen
> plot(faithful,
+ main = "Eruptions of Old Faithful",
+ xlab = "Eruption time (min)",
+ ylab = "Waiting time to next eruption (min)")