summary.trajectory.analysis {RRPP} | R Documentation |
Print/Summary Function for RRPP
Description
Print/Summary Function for RRPP
Usage
## S3 method for class 'trajectory.analysis'
summary(
object,
stat.table = TRUE,
attribute = c("MD", "TC", "SD"),
angle.type = c("rad", "deg"),
confidence = 0.95,
show.trajectories = FALSE,
...
)
Arguments
object |
Object from |
stat.table |
Logical argument for whether results should be returned in one table (if TRUE) or separate pairwise tables (if FALSE) |
attribute |
Whether magnitude differences (MD, absolute difference in trajectory path lengths), trajectory correlations (TC), or trajectory shape differences (SD) are summarized. |
angle.type |
If attribute = "TC", whether angle results are expressed in radians or degrees. |
confidence |
Confidence level to use for upper confidence limit; default = 0.95 (alpha = 0.05) |
show.trajectories |
Logical value to indicate whether trajectories should be printed. |
... |
Other arguments passed onto trajectory.analysis |
Author(s)
Michael Collyer
[Package RRPP version 2.0.3 Index]