dfviewr: data frame viewer

Description Usage Arguments

Description

Views data.frames with a legend

Usage

1
2
dfviewr(df, col = c("red", "blue", "green", "white", "black"), axes = FALSE,
  main = "", gridlines = TRUE, legend = TRUE, ...)

Arguments

df

a dataframe

col

a vector of 5 colors. The first is for dates, second for factors, third for characters, fourth for numeric, and fifth for NA.

axes

Axes passed to lasagna

main

Title passed to lasagna

gridlines

(logical) default TRUE, passed to lasagna

legend

(logical) defaults to TRUE. Creates a legend

...

Additional argument to be passed to image


swihart/lasagnar documentation built on May 30, 2019, 9:39 p.m.