search for: pretty_break

Displaying 4 results from an estimated 4 matches for "pretty_break".

Did you mean: pretty_breaks
2017 Aug 05
2
Nested for loop
...e <- ggplot(data = small.sample.dat, mapping = aes(x = sample, y = pop.estimate)) + geom_point(size = 2) + geom_line() + geom_hline(yintercept = N, col = "red", lwd = 1) + coord_cartesian(xlim = c(0:100), ylim = c(300:500)) + scale_x_continuous(breaks = pretty_breaks(11)) + scale_y_continuous(breaks = pretty_breaks(11)) + labs(x = "\nSample", y = "Population estimate\n", title = "Sample sizes are between 5% and 15%\nof the population") + theme_bw(base_size = 12) + theme(aspect.ratio = 1) small.sample [[alternativ...
2017 Aug 06
0
Nested for loop
...all.sample.dat, > mapping = aes(x = sample, y = pop.estimate)) + > geom_point(size = 2) + > geom_line() + > geom_hline(yintercept = N, col = "red", lwd = 1) + > coord_cartesian(xlim = c(0:100), ylim = c(300:500)) + > scale_x_continuous(breaks = pretty_breaks(11)) + > scale_y_continuous(breaks = pretty_breaks(11)) + > labs(x = "\nSample", y = "Population estimate\n", > title = "Sample sizes are between 5% and 15%\nof the population") + > theme_bw(base_size = 12) + > theme(aspect.ratio = 1) > &g...
2017 Aug 06
1
Nested for loop
...= aes(x = sample, y = pop.estimate)) + > > > geom_point(size = 2) + > > > geom_line() + > > > geom_hline(yintercept = N, col = "red", lwd = 1) + > > > coord_cartesian(xlim = c(0:100), ylim = c(300:500)) + > > > scale_x_continuous(breaks = pretty_breaks(11)) + > > > scale_y_continuous(breaks = pretty_breaks(11)) + > > > labs(x = "\nSample", y = "Population estimate\n", > > > title = "Sample sizes are between 5% and 15%\nof the population") + > > > theme_bw(base_size = 12)...
2017 Aug 08
1
Nested for loop
...mapping = aes(x = sample, y = pop.estimate)) + >> geom_point(size = 2) + >> geom_line() + >> geom_hline(yintercept = N, col = "red", lwd = 1) + >> coord_cartesian(xlim = c(0:100), ylim = c(300:500)) + >> scale_x_continuous(breaks = pretty_breaks(11)) + >> scale_y_continuous(breaks = pretty_breaks(11)) + >> labs(x = "\nSample", y = "Population estimate\n", >> title = "Sample sizes are between 5% and 15%\nof the population") + >> theme_bw(base_size = 12) + >> theme(a...