r_logo_image_data | R Documentation |
2D data set with the shape of the R Logo in x and y coordinate pairings.
r_logo_image_data
A data frame with 2000 observations and 2 variables describing the x and y coordinates of the R logo.
Staudenmayer, J. (2007). Hidden Images in R. Retrieved from https://www4.stat.ncsu.edu/~stefansk/NSF_Supported/Hidden_Images/000_R_Programs/John_Staudenmayer/logo.txt
# Load the R logo data
data("r_logo_image_data", package = "surreal")
# Plot the R logo
plot(r_logo_image_data$x, r_logo_image_data$y, pch = 16, main = "R Logo", xlab = '', ylab = '')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.