plot_traj {AIUQ} | R Documentation |
Function to plot the particle trajectory after the simulation
class
has been constructed.
plot_traj(object, title = NA)
object |
an S4 object of class |
title |
main title of the plot. If |
2D plot of particle trajectory for a given simulation from simulation
class.
Yue He [aut], Xubo Liu [aut], Mengyang Gu [aut, cre]
library(AIUQ)
sim_bm = simulation(sz=100,len_t=100,sigma_bm=0.5)
show(sim_bm)
plot_traj(sim_bm)