R/aci-utils.R
as.data.frame.obs_traj.Rd
Coerce an observed trajectory to a data frame
# S3 method for class 'obs_traj' as.data.frame(x, ...)
An obs_traj object.
obs_traj
Ignored, for consistency with the generic.
A data frame in long form with columns t, var and value.
t
var
value