Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/josedv82/airball
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Fernandez committed Feb 26, 2021
2 parents d12a61e + 017d990 commit f374740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ It returns a data frame with multiple travel metrics including:

### 5) Player Metrics:

To get travel and schedule metrics at a player level use:
To get travel and schedule metrics for one or various players use:

```{r}
Expand Down Expand Up @@ -187,7 +187,7 @@ There are several common ggplot arguments users can customise to achieve the des

### 6.1) Interactive 3D Flight Plots

Although outside of the scope of this package, it is worth mentioning that users can combine the results of `nba_travel()` with the plotting capabilities of [{echarts4r}](https://echarts4r.john-coene.com/) to create dynamic 3D plots of the flight paths with just a few lines of code.
Although outside of the scope of this package, it is worth mentioning that users can combine the results of `nba_travel()` with third party libraries, for example [{echarts4r}](https://echarts4r.john-coene.com/) to create dynamic 3D plots of the flight paths with just a few lines of code.

Below is an example of how to do this:

Expand Down

0 comments on commit f374740

Please sign in to comment.