Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Ch. 4 Boxplot and Histogram Examples - Font size increased
count1 <- c(1,1,1,2,2,5,5,5,5,7,8,8,8,9,9,9,9,10,10,10,10,10,10,12,12,12,12,12,12,13,13,13,13,13,13,13) boxplot(count1, breaks = seq(0,14,1), main = "Skewed Left", col = "lightblue", xlab="# of High-Fives on a High Five Friday", horizontal=TRUE, cex.lab=1.75, cex.axis=1.75) hist(count1, breaks = seq(0,14,1), main = "Skewed Left", col = "lightblue", yaxp = c(0,10,10), xlab="# of High-Fives on a High Five Friday") count <- c(1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,5,5,6,6,7,8,12,13) boxplot(count, breaks = seq(0,14,1), main = "Skewed Right", col = "lightblue", xlab="# of High-Fives on a High Five Friday", horizontal=TRUE, cex.lab=1.75, cex.axis=1.75) hist(count, breaks = seq(0,14,1), main = "Skewed Right", col = "lightblue", yaxp = c(0,10,10), xlab="# of High-Fives on a High Five Friday")
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Tournois Mount & Blade
Ggplot
21-09-2020IntpoliLag
gamma_01
Mathematical operations 1
Grad-sistemac
Comparison between Normal and Laplace models for option pricing
Inferences for Two Population Means [Cement Hydration]
Project2.Question1
Recamán sequence
Please log in to post a comment.