Skip to content

Commit

Permalink
xmatrix source build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnky9800n committed Mar 21, 2024
1 parent 8363660 commit 71e497a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/tutorial_geophysics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The spatiotemporal evolution of the field is governed by wave equation. The smal
Geophysical data can come in lots of different formats but here will will start with a csv.

```{r}
library(devtools)
devtools::load_all(path='~/repos/fdmr-dmz/fdmr/')
install.packages("MatrixModels", type = "source")
# Set the path to the CSV file
data_path <- "data/MT_Svalbard_Z.csv"
Expand Down

0 comments on commit 71e497a

Please sign in to comment.