hist.semicts: Generates a histogram for the semi-continuous data provided

Description Usage Arguments Value

Description

Generates a histogram for the semi-continuous data provided

Usage

1
2
3
4
## S3 method for class 'semicts'
hist(obj, xlab = "X", ylab = "Density", main = "",
  cols = c(rgb(0, 0, 1, 0.5), rgb(1, 0, 0, 0.5)),
  legends = c("Intensity", "Proportion of Zeros"))

Arguments

obj

an array of semi-continuous data

xlab

label for x-axis (has a default)

ylab

label for y-axis (has a default)

main

title (has a default)

cols

two colors as an array: one for the proportion of zeroes, and the other for the continuous data (has a default)

legends

names for the legend as an array of two elements (has a default)

Value

histogram object


psaiku/semicts documentation built on June 9, 2019, 3:47 a.m.