Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Mobile-Sprite-image-Interval
library(ggplot2) p <- function(x) { return(ifelse(x>=0 & x <=256, 2, ifelse(x>256 & x <= 3600, x/128, ifelse(x>3600 & x<=21600, x/128, x/128)))) } ggplot(data.frame(x=c(0, 21600/3)), aes(x=x)) + geom_path(aes(colour="darkblue"), stat="function", fun=p) + ggtitle("(Mobile) 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
Cos R Example
Linear regression wall
At matrix division
Sign test
R
Carr Madan formula for Laplace distribution
26-08-2020Teste
EulerEx3
Numbers game from British game show Countdown
Análise de experimento em DIC e teste de Tukey