Helper function to return matrix of appropriate plot types for data frames.

plot_types(.data)

# S3 method for longZight
plot_types(.data)

Arguments

.data

A longZight object generated by load_long_data

Examples

if (FALSE) { mydata %>% load_long_data(IDind, WAVE) %>% plot_types }