hist-methods {ssExtra}R Documentation

Methods for Function hist in Package ssExtra

Description

Simple methods to generate histograms for select objects in ssExtra.

Methods

signature(x = "monteBigBAF")

This will generate as set of histograms for objects of class monteBigBAF. One can choose the sample sizes, or display subplots for all sample sizes by default.

usage...

hist(x, 
     n = NA,
     xlab = '',
     col = 'gray90',
     attribute = c('vol.bb', 'ba.bb', 'ba.ct', 'vol.ct', 'tvbar'),
     ... )

[Package ssExtra version 0.1-2 Index]