April 2018
Beginner
238 pages
7h 13m
English
We can use this script:
using RDatasets, Dataframes, Gadflyset_default_plot_size(5inch, 5inch/golden)describe(dataset("datasets", "iris"))plot(dataset("datasets", "iris"), x="SepalWidth", y="SepalLength", color="Species")
We can see the described output:

This is followed by the iris data plot:
