Does anyone know what packages can create a 3d time series? I have long/lat/elevation data and I want to show movement over time in R. I know of ggmap, but does it have capability to graph in 3D?
For 3D mapping you can use rayshader
, I believe it doesn't easily support animation of the overlaid data but I have seen an example of an implementation here
https://arthurwelle.github.io/RayshaderWalkthrough/index.html
https://twitter.com/i/status/1150783469414469633
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.