print.plotn: Make figure using command made by plotn_object()

Description Usage Arguments See Also Examples

View source: R/plotn.R

Description

Make figure using command made by plotn_object()

Usage

1
2
3
## Default S3 method:

print(x, ..., plot = T)

Arguments

x

plotn object made by plotn_object()

...

further arguments passed to or from other methods.

plot

If set "F", only print command as a character vector

See Also

[base::print][plotn::plotn_object]

Examples

1
2
3
4
5
6
n1 <- plotn_object(plotn(1:50),
        overdraw(abline(v = 30),
                 abline(h = 20),
                 points(1:10 + 1, 10:1))
      )
n1

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