Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Scatterplot using ggplot Sample
#R version 3.3.2 library(ggplot2) data(iris) str(iris) head(iris) attach(iris) ggplot(data=iris, aes(Petal.Length, Petal.Width, colour=Species))+geom_point()+geom_smooth(method=lm)+ggtitle("Scatterplot Sample")
run
|
edit
|
history
|
help
0
16-09-2020ExVitorc
SimulacaoItaly-17-02-2021
law of large numbers
Camelcase
Gab1B-newton
oooo
test
Return the max, min, and zeros of a function y, and plot it.
Applying table() to each column of a matrix
example