sort: QR_matrix and mQR_matrix sorting

sortR Documentation

QR_matrix and mQR_matrix sorting

Description

To sort the quality reports on one or several variables

Usage

## S3 method for class 'QR_matrix'
sort(x, decreasing = FALSE, sort_variables = "score", ...)

## S3 method for class 'mQR_matrix'
sort(x, decreasing = FALSE, sort_variables = "score", ...)

Arguments

x

a QR_matrix or mQR_matrix object

decreasing

logical indicating whether the quality reports must be sorted in ascending or decreasing order. By default, the sorting is done in ascending order.

sort_variables

They must be present in the modalities table.

...

other parameters of the function order (unused for now)

Value

the input with sorted quality reports

See Also

Traduction française

Other QR_matrix functions: export_xlsx.QR_matrix(), export_xlsx.mQR_matrix(), export_xlsx(), extract_QR(), rbind.QR_matrix(), weighted_score()

Examples

## Not run: 
QR <- compute_score(extract_QR())
sort(QR, sort_variables = "score") # To sort by ascending values of the score

## End(Not run)

AQLT/JDCruncheR documentation built on March 20, 2024, 2:32 p.m.