Learn R Programming

plutor (version 0.1.0)

pl_size: set repr size and resolution

Description

set repr size and resolution

Usage

pl_size(width = 4, height = 3, res = 300, w = NULL, h = NULL)

Value

no return value

Arguments

width

width

height

height

res

resolution, 300 as default

w

alias of width

h

alias of height

Examples

Run this code
pl_size(width = 3, height = 2)

Run the code above in your browser using DataLab