KinematicsFeatures
objectR/show-methods.R
show-KinematicsFeatures-method.Rd
Displaying conveniently a KinematicsFeatures
object
# S4 method for class 'KinematicsFeatures'
show(object)
This returns an invisible NULL
.
data("candidate.platelets")
platelets.trajectories <- trajectories(candidate.platelets)
#> Input ParticleSet is not a LinkedParticleSet.
#> Performing linking first with some set of default parameters - you might want to change them according to your scenario...
traj11features <- kinematics(platelets.trajectories,trajectoryIDs = 11)
print(traj11features)
#> An object of the KinematicsFeatures class.
#>
#> KinematicsFeatures composed of 14 atomic/vectorial features
#>
#> The features describe a trajectory of 20 points
#> Available features:
#> [1] "delta.x" "delta.t"
#> [3] "delta.v" "totalTime"
#> [5] "totalDistance" "distStartToEnd"
#> [7] "curvilinearVelocity" "straightLineVelocity"
#> [9] "linearityForwardProgression" "trajMSD"
#> [11] "velocityAutoCorr" "instAngle"
#> [13] "directChange" "dirAutoCorr"
#> [15] "paramsNotComputed"
#>
#> Curvilinear Velocity: 0.2917942
#> Total Distance: 166.3227
#> Total Time: 570