For datasets with many features, multiple pages are returned.
When visualizing in presentation format, it would be neat to be able to plot page by page to fit the slides. Currently one needs to subset the dataframe by hand, e.g. data[, 1:15] and data[, 16:30].
For datasets with many features, multiple pages are returned.
When visualizing in presentation format, it would be neat to be able to plot page by page to fit the slides. Currently one needs to subset the dataframe by hand, e.g. data[, 1:15] and data[, 16:30].