simulated_scatter: Simulated data for sample scatterplots

Description Usage Format Examples

Description

Fake data.

Usage

1

Format

A data frame with 500 observations on the following 3 variables.

group

Group, representing data for a specific plot.

x

x-value.

y

y-value.

Examples

1
2
3
4
5
library(ggplot2)

ggplot(simulated_scatter, aes(x = x, y = y)) +
  geom_point() +
  facet_wrap(~group)

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.