Skip to content

Commit ff060e5

Browse files
author
Max Czapanskiy
committed
Show PRH output in README
1 parent c418125 commit ff060e5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Read a CATS PRH file in NetCDF format. The .nc file for deployment mn200312-58 i
4040
library(catsr)
4141
nc_path <- system.file("extdata", "mn200312-58_prh10.nc", package = "catsr")
4242
mn200312_58_from_nc <- read_nc(nc_path)
43+
mn200312_58_from_nc
4344
```
4445

4546
## Visualizing data

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ mn200312-58 is included in the package.
3131
library(catsr)
3232
nc_path <- system.file("extdata", "mn200312-58_prh10.nc", package = "catsr")
3333
mn200312_58_from_nc <- read_nc(nc_path)
34+
mn200312_58_from_nc
35+
#> # A tibble: 147,671 x 15
36+
#> dn p aw[,1] [,2] [,3] mw[,1] [,2] [,3] gw[,1] [,2] [,3]
37+
#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
38+
#> 1 737863. -0.0494 -0.797 -8.06 6.32 -23.1 -21.5 19.0 -0.0524 -0.0436 0.0300
39+
#> 2 737863. -0.0295 -0.343 -8.44 6.40 -23.0 -21.7 18.6 0.0686 -0.0645 0.0282
40+
#> 3 737863. -0.0262 -0.341 -9.04 6.34 -22.8 -21.4 18.9 0.296 -0.127 -0.0438
41+
#> 4 737863. -0.0465 -0.675 -7.93 5.46 -22.7 -20.8 20.1 0.256 -0.145 -0.0796
42+
#> 5 737863. -0.0468 -0.281 -7.29 5.76 -22.1 -20.9 20.6 0.0505 -0.0854 -0.0175
43+
#> 6 737863. -0.0441 -0.130 -7.37 6.52 -22.0 -21.0 20.6 0.0696 -0.0973 -0.0175
44+
#> 7 737863. -0.0456 -0.191 -7.03 5.77 -21.7 -20.5 21.5 0.114 -0.115 -0.0201
45+
#> 8 737863. -0.0478 -0.249 -7.52 5.17 -21.2 -20.2 21.6 -0.0664 -0.0496 0.0386
46+
#> 9 737863. -0.0304 -0.464 -7.58 5.07 -21.7 -20.2 21.4 -0.0306 -0.0151 0.0199
47+
#> 10 737863. -0.0256 -0.405 -7.03 5.05 -21.7 -20.3 21.3 -0.0925 0.0373 0.0460
48+
#> # … with 147,661 more rows, and 10 more variables: speed <dbl>, pitch <dbl>,
49+
#> # roll <dbl>, head <dbl>, x <dbl>, y <dbl>, z <dbl>, dt <dttm>, secs <dbl>,
50+
#> # jerk <dbl>
3451
```
3552

3653
## Visualizing data

0 commit comments

Comments
 (0)