Learn R Programming

RemixAutoML (version 0.5.4)

ScatterCopula: ScatterCopula

Description

Dual plot. One on original scale and one using empirical copula data

Usage

ScatterCopula(
  data = NULL,
  x_var = NULL,
  y_var = NULL,
  GroupVariable = NULL,
  SampleCount = 100000L,
  FitGam = TRUE,
  color = "darkblue",
  point_size = 0.5,
  text_size = 12,
  x_axis_text_angle = 35,
  y_axis_text_angle = 0,
  chart_color = "lightsteelblue1",
  border_color = "darkblue",
  text_color = "darkblue",
  grid_color = "white",
  background_color = "gray95",
  legend_position = "bottom"
)

Arguments

data

Source data.table

x_var

Numeric variable

y_var

Numeric variable

GroupVariable

Color options

SampleCount

Number of randomized rows to utilize. For speedup and memory purposes

FitGam

Add gam fit to scatterplot and copula plot

color

= "darkblue"

point_size

= 0.50

text_size

= 12

x_axis_text_angle

= 35

y_axis_text_angle

= 0

chart_color

= "lightsteelblue1"

border_color

= "darkblue"

text_color

= "darkblue"

grid_color

= "white"

background_color

= "gray95"

legend_position

= "bottom

See Also

Other EDA: AutoWordFreq()