plot_tables: preview plot of single data.frame in list

Description Usage Arguments Value Author(s) Examples

Description

Use manipulate to preview plot data from list of data.frames. (X,Y) pair of column shoud be specified. Additional graphic parametrs for plot function can be specified. Usually this function is used in combination wity function read_tables(). As plot main title it's used data.frame name.

Usage

1
plot_tables(lst, col_x = 1, col_y = 2, ...)

Arguments

lst

list of data.frames for preview

col_x

x values for plot

col_y

y values for plot

...

additional parameters transfered to plot function

Value

None

Author(s)

K. Juraic

Examples

1
2
3
4
5
   ## Not run: 
            dat <- read_tables()
            plot_tables(dat, col = 2)
   
## End(Not run)

kjuraic/listdfutil documentation built on May 20, 2019, 10:25 a.m.