a character string indicating the burst identity to
explore
hscale
passed to tkrplot
vscale
passed to tkrplot
recycle
logical. Whether the trajectory should be recycled
at the end of the display
display
type of display. The default guess uses a
windows graphics device if getOption('device')=='windows',
otherwise it uses tk (requiring the tkrplot package).
…
additional arguments to be passed to the function
plot.ltraj.
See Also
ltraj for further information on the class
ltraj, and plot.ltraj for information on arguments
that can be passed to this function.
# NOT RUN {## Without mapdata(puechcirc)
trajdyn(puechcirc)
## With mapdata(puechabon)
aa <- getkasc(puechabon$kasc, 1)
trajdyn(puechcirc, asc = aa)
# }