Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Spiral
library(ggplot2) t <- seq(0, 2*pi, length.out = 50) x <- sin(t) y <- cos(t) df <- data.frame(t, x, y) p <- ggplot(df,aes(x*t, y*t)) p + geom_point(color="darkgreen", size = 6, alpha = 0.5) + labs(x=" ", y = " ") + theme(panel.background = element_rect(fill = "white", colour = "white")) +theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank())+ theme(axis.title.x=element_blank(), axis.text.x=element_blank(), axis.ticks.x=element_blank(),axis.ticks.y=element_blank(),axis.text.y=element_blank())
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Research Methods I Final
TH1
Practice series1(37)
Solver Function
First wall
Ch. 4 Boxplot and Histogram Examples - Font size increased
Mtcars analysis
14-09-2020QRajustelinear
print name and age
Ex21-01-21
Please log in to post a comment.