Learn R Programming

balance (version 0.2.4)

sbp.sort: Sort SBP Matrix

Description

Sort SBP Matrix

Usage

sbp.sort(sbp)

Arguments

sbp

An SBP matrix.

Value

An SBP matrix.

Examples

Run this code
# NOT RUN {
library(balance)
data(iris)
x <- iris[,1:4]
sbp <- sbp.fromPBA(x)
sbp.sort(sbp)

# }

Run the code above in your browser using DataLab