sort8nom: sorts a /nom/ according to various ways

Description Usage Arguments Details Value Examples

View source: R/f1.rbsb2.code.r

Description

Nodes and variables of the nom are sorted according the alphabet, the number of variables.

Usage

1
sort8nom(nom, by="Aa")

Arguments

nom

The nom object to be sorted.

by

A character(1) indicating the kind of sorting by the letters in it. a for sorting the variables within the node in alphabetical order. A for the nodes and/or S with respect to their numbers of variates.

Details

Compatible criteria can be used simultaneously.

Value

The resulting nom.

Examples

1
2
3
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 sort8nom(rbsb.nom3, "S");
 print(sort8nom(rbsb.nom7, "Aa"));

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to sort8nom in rbsb...