fun_size: Change size

Description Usage Arguments Examples

Description

Change plot size.

Usage

1

Arguments

p

Plot as initialised by funplot.

height, width

Dimentions of plot.

Examples

1
2
3
4
funplot() %>%
  fun_add("tan(x)") %>%
  fun_size(200, 400) %>%
  fun_title("Plot size")

JohnCoene/funplot documentation built on May 26, 2019, 7:28 a.m.