Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Roald-Arbøl committed Aug 3, 2024
2 parents a5643c5 + ec001ae commit 99fff4f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ system.file("extdata", package = "trackballr") |> list.files()
filepaths <- system.file("extdata", package = "trackballr") |> list.files(full.names = TRUE)

# Once we have two paths, we can read the data
# The current experiment uses an open-loop configuration
# The current experiment uses a freely rotating configuration
data <- read_trackball_data(filepaths, configuration = "free")


# Augment all data in list
data_list <- augment_trackball(
data <- augment_trackball(
data,
x,
y,
Expand All @@ -46,10 +47,6 @@ data_list <- augment_trackball(
)
```

We can then try to plot the route:
```

Once the data has been pre-processed (and metadata has been appended, such as ID and date), it can then easily generate useful summaries - here are some examples.
```r
Expand Down

0 comments on commit 99fff4f

Please sign in to comment.