blank_board: Start a blank whiteboard

Description Usage Arguments

View source: R/board_starters.R

Description

This function initializes a blank whiteboard object, which can then be added to.

Usage

1
2
3
4
5
6
7
8
blank_board(
  domain = 0:100,
  range = NULL,
  axis_zero = TRUE,
  x_title = "X",
  y_title = "Y",
  title = NULL
)

Arguments

domain

A numeric vector giving the full set of points on the x-axis to be evaluated in formulas.

range

A two-element numeric vector giving the limits of the whiteboard's y-axis.

axis_zero

Applies the **ggwhiteboard** pseudo-theme axis_zero, which forces the x and y axes to center at (0, 0), but also takes some thematic control from the user.

x_title

Axis title for the x-axis.

y_title

Axis title for the y-axis.

title

Graph title.


NickCH-K/ggwhiteboard documentation built on June 23, 2020, 11:23 p.m.