Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tablet-Sprite-image-Interval
library(ggplot2) p <- function(x) { return(ifelse(x>=0 & x <=318, 2, ifelse(x>318 & x <= 3600, x/159, ifelse(x>3600 & x<=21600, x/159, x/159)))) } ggplot(data.frame(x=c(0, 21600/3)), aes(x=x)) + geom_path(aes(colour="darkblue"), stat="function", fun=p) + ggtitle("(Tablet) 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
3dgraphics-and-curvesb
24-08-2020-GradConj
ExDecaiEulerMin28-01-21
SimulacaoItaly-17-02-2021
Normal Distribution
ModeloSirdItaly-17-02-2021
Dasi
Paired t-test [Shear Strength of Girder]
Ch. 4 Boxplot and Histogram Examples - Font size increased
Distribution stable under iteration