You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently animateSpectra() provides a fast and interactive way of displaying simulations over time. There have been requests to enable people to download these animations as GIFs (and possibly other file types) for use in presentations and so on. This is not possible using the plotly package, but there are other workarounds including gganimate.
Potentially this should be included in the mizer or mizerExperimental packages. I have written an example file of how to do this, which I am attaching (it won't upload as a .r file so I have converted it to a .txt file). THis just needs to be copied into an R file, saved and then run.
Currently
animateSpectra()
provides a fast and interactive way of displaying simulations over time. There have been requests to enable people to download these animations as GIFs (and possibly other file types) for use in presentations and so on. This is not possible using theplotly
package, but there are other workarounds includinggganimate
.Potentially this should be included in the
mizer
ormizerExperimental
packages. I have written an example file of how to do this, which I am attaching (it won't upload as a.r
file so I have converted it to a.txt
file). THis just needs to be copied into an R file, saved and then run.save_mizer_anim.txt
The text was updated successfully, but these errors were encountered: