/pkg/R/print_tabplot.R
https://code.google.com/ · R · 10 lines · 4 code · 0 blank · 6 comment · 0 complexity · 956cbb67d79b4074536d3a7443eb298b MD5 · raw file
- #' Print a \link{tabplot-object}
- #'
- #' @param x tabplot object
- #' @param ... arguments passed to other methods
- #' @export
- #' @method print tabplot
- print.tabplot <- function(x, ...) {
- str(x, max.level=2)
- invisible(x)
- }