meta_group_sort: [text]

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

[text]

Usage

1
meta_group_sort(data, variable)

Arguments

data

[text]

variable

[text]

Details

[text]

Value

[text]

Author(s)

[text]

References

[text]

See Also

[text]

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (data, variable) 
{
    data.sort = data[order(variable), ]
    return(data.sort)
  }

dlemas/microbes documentation built on May 15, 2019, 9:15 a.m.