hdplotr: Lazy hd plotting

Description Usage Arguments Value

View source: R/hdplotr.R

Description

Lazy hd plotting

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
hdplotr(
  x,
  y,
  xlab = "x",
  ylab = "y",
  main = NULL,
  width = 5,
  height = 3.5,
  units = "in",
  resolution = 250,
  mfrow = c(1, 1),
  name,
  format = "png",
  save = FALSE
)

Arguments

x

x-axle

y

y-axle

xlab

label

ylab

label

main

label

width

size

height

size

units

unit

resolution

quality

mfrow

more pictures

name

save as

format

format

save

To save, or not to save

Value

A picture.


awendsjo/hdplotr documentation built on Sept. 28, 2020, 9:39 a.m.