Sign In
Username or Email
Password
Forgot your password?
R
Pubs
by RStudio
Sign in
Register
Plot # install.packages("ggplot2") library(ggplot2) # Datos set.seed(1) df <- data.frame(x = rnorm(200), y = rnorm(200)) ggplot(df, aes(x = x, y = y)) + geom_density_2d_filled()
by Mauricio Alberto Quiroz Castro
Last updated
about 2 hours ago
Hide
Comments
(–)
Share
Hide Toolbars
×
Post on:
Twitter
Facebook
Google+
Or copy & paste this link into an email or IM: