plot.parser: Plot heirachrical view of parser data.

Description Usage Arguments Author(s) See Also Examples

Description

Plot heirachrical view of parser data.

Usage

1
2
  ## S3 method for class 'parser'
plot(x, y, ...)

Arguments

x

a parser object

y

the parser data table.

...

extra arguments

Author(s)

Andrew Redd

Plots the parser data as a tree structure to show more clearly the relationships and connections.

See Also

parser, plot

Examples

1
2
3
4
p <- parser(text='a <- 1
             b <- x[[1]]
             m <- lm(x~y)')
plot(p)

halpo/parser documentation built on May 17, 2019, 2:27 p.m.