# NOT RUN {
data(characterTrajectories)
characterTrajectories
matplot(y=characterTrajectories[,,1],
type="l",col="black",lty=1,xlab="Time",ylab="X position of the pen")
matplot(y=characterTrajectories[,,2],
type="l",col="black",lty=1,xlab="Time",ylab="Y position of the pen")
# }
Run the code above in your browser using DataLab