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