Skip to content

Commit

Permalink
Add R section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smnnlt authored and pariterre committed Feb 20, 2025
1 parent f5534bd commit 497d898
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ So, without further ado, let's begin C3Ding!
- [Read a C3D](#read-a-c3d-2)
- [Write a C3D](#write-a-c3d-2)
- [Force platform filter](#force-platform-filter-2)
- [R](#r)
- [How to contribute](#how-to-contribute)
- [Using the test suite](#using-the-test-suite)
- [Running the tests](#running-the-tests)
Expand Down Expand Up @@ -628,6 +629,11 @@ pf_0['Tz'] # Moment at center of pressure data
# ...
```

## R
R (<https://www.r-project.org/about.html>) is a programming language popular for statistical analyses and data visualization.

The `c3dr` package (<https://github.com/smnnlt/ezc3d>) provides an R interface for EZC3D. For more details visit the package repository.

# How to contribute
You are very welcome to contribute to the project! There are two main ways to contribute.

Expand Down

0 comments on commit 497d898

Please sign in to comment.