plot()
on the output of get_mon_arrivals()
, get_mon_attributes()
and get_mon_resources()
(see ?plot.mon
). Calling plot()
on the simmer
environment will continue to work, but it is deprecated (#11).clone()
(#6).plot.trajectory()
labels (#5).plot.trajectory()
(9b49f83, d84a469).simmer
doesn’t return pointers (3be41cf, a60a641). This should not happen, though.plot.trajectory()
. The DOT output can be verified regardless of the ordering (3c3bc9b).simmer
package (present in versions 3.5.x and below). The old plot_resource_usage()
, plot_resource_utilization()
, plot_evolution_arrival_times()
and plot_attributes()
are implemented as an S3 method for the plot()
generic (see ?plot.simmer
).?plot.trajectory
).