powered by
# S3 method for capthist sort(x, decreasing = FALSE, by = "", byrowname = TRUE,...)# S3 method for mask sort(x, decreasing = FALSE, by = "", byrowname = TRUE,...)
# S3 method for mask sort(x, decreasing = FALSE, by = "", byrowname = TRUE,...)
capthist
mask
For multi-session capthist objects only the named covariate form is suitable as the number of rows varies between sessions.
If requested, rows are sorted by rowname within by. The effect of the defaultsis to sort by rowname.
by
The attribute markingpoints of a mask object is removed if present, as it is no longer meaningful.
sort(ovenCH, by = "Sex") covariates(ovenCH)[["2005"]] covariates(sort(ovenCH, by = "Sex"))[["2005"]]
Run the code above in your browser using DataLab