bplot-class: A pba model S4 class

Description Usage Arguments Methods (by generic) Slots Author(s) Examples

Description

A pba model S4 class

Usage

1
2
3
4
5
## S4 method for signature 'bplot'
show(object)

## S4 method for signature 'bplot'
x[[i]]

Arguments

object, x

A bplot object.

i

An integer. Used to index the bplot object.

Methods (by generic)

Slots

balance.partition

A ggplot object. The "partition" sub-plot.

balance.distribution

A ggplot object. The "distribution" sub-plot.

balances

The results of balance.fromSBP.

Author(s)

Thom Quinn

Examples

1
2
3
4
5
library(balance)
data(iris)
x <- iris[,1:4]
sbp <- sbp.fromPBA(x)
balance(x, sbp)

tpq/balance documentation built on Aug. 6, 2021, 10:45 p.m.