R/find-combo.R
find_plot_type.Rd
Retrieves the type of plot for the specific columns
find_plot_type(col1Name, col2Name, type1, type2, isAllNa, allowDiag)
x column name
y column name
x column type
y column type
is.na(data)
allow for diag values to be returned
Barret Schloerke