o_facet_sample_prop: Title

Description Usage Arguments Examples

View source: R/o_facet_sample_prop.R

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
o_facet_sample_prop(
  n = 9,
  prop = 0.2,
  nrow = NULL,
  ncol = NULL,
  scales = "fixed",
  shrink = TRUE,
  strip.position = "top",
  seed = sample(2000:3000, 1)
)

Arguments

strip.position

Examples

1
2
3
4
5
6
7
8
9
library(ggplot2)
set.seed(1323)
ggplot(data = cars) +
  aes(x = speed) +
  aes(y = dist) +
  geom_point(color = "olivedrab4") +
  c_geom_lm() +
  o_facet_sample_prop() +
  labs(title = "Random Sample, 20% of population")

EvaMaeRey/ggextend documentation built on Dec. 17, 2021, 7:24 p.m.