Animating a 3D surface plot

Surface plots are used to generate some great geometrical shapes in R. Readers who have studied calculus will recognize the image generated using the surface plot. In the current recipe, we will introduce readers to surface plots and animation in R. The surface plot is generated using the parametric equations found in any calculus textbook.

Animating a 3D surface plot

Getting ready

In order to plot a surface plot and animate the same, we need to install and load the following two packages in R:

  • plotrix3D()
  • animation

How to do it…

For the purpose of this recipe, we will first generate a simple surface plot. We will then use an animation package to animate ...

Get R: Recipes for Analysis, Visualization and Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.