find_plot_type: Find plot types

View source: R/find-combo.R

find_plot_typeR Documentation

Find plot types

Description

Retrieves the type of plot for the specific columns

Usage

find_plot_type(col1Name, col2Name, type1, type2, isAllNa, allowDiag)

Arguments

col1Name

x column name

col2Name

y column name

type1

x column type

type2

y column type

isAllNa

is.na(data)

allowDiag

allow for diag values to be returned

Author(s)

Barret Schloerke


GGally documentation built on Nov. 22, 2023, 9:06 a.m.