Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Desktop-Sprite-image-Interval
library(ggplot2) p <- function(x) { return(ifelse(x>=0 & x <=744, 2, ifelse(x>744 & x <= 3600, x/377, ifelse(x>3600 & x<=21600, x/377, x/377)))) } ggplot(data.frame(x=c(0, 21600/3)), aes(x=x)) + geom_path(aes(colour="darkblue"), stat="function", fun=p) + ggtitle("(Desktop) Sprite image Interval") + labs(x="Video duration (seconds)", y="Image Interval (seconds)") + scale_colour_identity("Piecewise Function", guide="legend", labels = c("ImageInterval(duration)")) + theme(legend.text=element_text(size = 8.5)) + theme(plot.title=element_text(size=10, face="bold")) + theme(axis.title.x=element_text(face="italic", size=9.5)) + theme(axis.title.y=element_text(size=9.5))
run
|
edit
|
history
|
help
0
Gamma
Multinomial Logistic Regression Sample
Implied Volatility Surface
31-08-2020-Exemplo Ajuste
Paired t-test [Shear Strength of Girder]
16-09-2020ExVitorc
Visualization Test Exercise 6 ggplot
Ludy Thenor Research Methods I- Final Part 2
teste
Assignmentno1 (3351)