dplot: dplot

dplotR Documentation

dplot

Description

Plots dotplot of grouped data

Usage

dplot(
  y,
  group,
  ylab = "",
  xlab = "",
  log = F,
  dotsize = NULL,
  binwidth = 0.02,
  title = NULL,
  ylim = NULL,
  text.size = NULL
)

Arguments

y

numeric vector of data

group

length(y) vector of catageories

ylab

y axis label (=”)

xlab

x axis label (=”)

log

logical flag whether to plot y axis in log format (=FALSE)

dotsize

integer dot size to plot with, as function of 0.02 category width plot real estate (= NULL)

binwidth

numeric binwidth of histogram in units of data quantiles (= NULL)

title

character title of plot (=”)

ylim

y limits of plot (= NULL)

text.size

text size of legend (= NULL)

Author(s)

Marcin Imielinski


mskilab/skitools documentation built on July 5, 2024, 7:27 a.m.