pl_init: set size, resolution and default theme

View source: R/theme.R

pl_initR Documentation

set size, resolution and default theme

Description

set size, resolution and default theme

Usage

pl_init(
  width = 4,
  height = 3,
  res = 300,
  w = NULL,
  h = NULL,
  theme = theme_pl()
)

Arguments

width

width

height

height

res

resolution, 300 as default

w

alias of width

h

alias of height

theme

default theme

Value

no return value

Examples

pl_init()

plutor documentation built on Oct. 27, 2023, 9:07 a.m.