ggplot(data,aes(1:150,Sepal.Length))+geom_line() ggplot(data,aes(x=Sepal.Length,y=Sepal.Width))+geom_point() ggplot(data,aes(x=Species,y=Sepal.Length))+geom_col ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.