How to do it...

To complete this recipe, do the following:

  1. Create the RK4 measure using the code in the R03_RK4.txt file located in the GitHub repository.
  2. On a Report page, create a Table visualization and place the t column from the R03_Table table as well as the RK4 measure into the Fields area of the visualization.
  3. On the same Report page, create a Line chart visualization and place the t column from the R03_Table table into the Axis area and the RK4 measure into the Values area of the visualization.