powered by
Three-line table
sanxian( df, digits = 3, nrow = 10, ncol = 10, fig = FALSE, mode = 1, background = "#D7261E", ... )
a ggplot
a data.frame
how many digits should remain
show how many rows
show how many columns
output as a figure
1~2
background color
additional arguments e.g.(rows=NULL)
# \donttest{ if (require("kableExtra")) { data(otutab) sanxian(otutab) } # }
Run the code above in your browser using DataLab