pretty_plot: pretty_plot

Description Usage Arguments Value Examples

View source: R/pretty_plot.R

Description

put a palet wrapper around the standard plot (function) with extra's

Usage

1
2
3
4
pretty_plot(df, xlim = NULL, ylim = NULL, type = "l", main = "",
  xlab = "", ylab = "", lwd = 1, lty = 1, cex = 0.5, kleur = 1,
  transparent = FALSE, ccloc = 1, pch = 19, add = FALSE,
  source = NULL, xat = NULL, yat = NULL, mai = NULL, palet = 2, ...)

Arguments

df

a 2 column data frame or a time series

type

extension of styandard plot type. "e" is empty, "f"is a fanplot, "v" is an area below the line plot, "a" is a polygon with lower side in df[,3]

kleur

the palet colour

ccloc

the location of the Creative Common License within the plot

add

if TRUE, add content to existing plot, otherwise produce a new one

source

small note in lower right bottom for source of data

palet

the palet to choose (1-4)

Value

NA

Examples

1
# pretty_plot(hc4, type="f")

MrOoijer/myLib documentation built on Dec. 17, 2021, 4:22 a.m.