Learn R Programming

DEmixR (version 0.1.1)

prelim_plots: Preliminary diagnostic plots

Description

Preliminary diagnostic plots

Usage

prelim_plots(
  x,
  which = c("hist"),
  hist_bins = 60,
  col_hist = "grey85",
  col_density = "darkorange",
  col_qq = "grey60",
  col_line = "darkorange"
)

Value

no return value, called for side effects (generating plots)

Arguments

x

numeric vector

which

character vector: "hist", "qq", "pp", "logqq"

hist_bins

number of bins for histogram

col_hist

color for histogram

col_density

color for density line in histogram

col_qq

color for qq points

col_line

color for lines in "qq", "pp", "logqq" plots