overdraw: Function of overdrawing of low level plot function on plot...

Description Usage Arguments Examples

View source: R/plotn.R

Description

Function of overdrawing of low level plot function on plot function in plotn library

Usage

1

Arguments

...

low level plot function, e.g. points(...) etc. Multiple functions are able to be set.

Examples

1
2
plotn(1:50)
overdraw(abline(v = 30), abline(h = 20), points(1:10 + 1, 10:1))

bugplant/plotn documentation built on June 23, 2021, 1:18 a.m.