kdeplot.hy: kernel density function

View source: R/kdeplot.hy.R

kdeplot.hyR Documentation

kernel density function

Description

kernel density function

Usage

kdeplot.hy(
  x,
  bandwidth = NULL,
  indlist = NULL,
  indlist2 = NULL,
  colmat = NULL,
  indcol1 = "red",
  indcol2 = "cadetblue",
  text = FALSE,
  textwhat = NULL,
  cex = 1.5,
  pch = 16,
  indcex = 1.2,
  low = 0.4,
  high = 0.7,
  line.col = "black",
  line.lwd = 1,
  xlab = NULL,
  ylab = NULL,
  xlim = NULL,
  ylim = NULL,
  main = NULL,
  cex.main = 1.2,
  ADlegend = FALSE,
  ...
)

hyochoi/SCISSOR documentation built on July 6, 2022, 6:59 a.m.