Commit 1758fca9 authored by houyun's avatar houyun
Browse files

improve print method

parent bfbe6630
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ print.grouped_correlate <- function(x, all = FALSE, ...) {
  } else {
    for (i in names(x)) {
      cat("Group:", i, "\n")
      cat("\tA", nrow(x[[1]]$r), "rows, and", ncol(x[[1]]$r), "columns correlate object.\n")
      cat("  A", nrow(x[[1]]$r), "rows, and", ncol(x[[1]]$r), "columns correlate object.\n")
    }
  }
}