Skip to content

Commit 1c0a171

Browse files
committed
updated website
1 parent 6cd2105 commit 1c0a171

17 files changed

Lines changed: 493 additions & 475 deletions

docs/articles/extended_workflow/interpolate_data.html

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/extended_workflow/interpolate_data.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ temporal gaps between positions, interpolating might be inappropriate.
8888

8989
``` r
9090

91-
# merge species to data_summary
92-
data_summary <- merge(data_summary, unique(data[, .(tag, species)]), by = "tag")
93-
9491
# look at the maximal time spent within residence patches and
9592
# the maximal distance between the start and end position of residence patches
9693
data_summary[, .(
@@ -139,7 +136,7 @@ data_int <- atl_interpolate_track(
139136
)
140137
```
141138

142-
## Note: Interpolation added 1919 positions (28.74% increase).
139+
## Note: Interpolation added 1918 positions (28.73% increase).
143140

144141
``` r
145142

docs/articles/smooth_and_thin_data.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/smooth_and_thin_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ steps (depending on the interval).
114114
Returns the mean of all columns for each time step. The additional
115115
column `n_aggregated` shows how many positions were aggregated for this
116116
position. Time and datetime are returned rounded down to the desired
117-
interval.
117+
interval (in seconds).
118118

119119
``` r
120120

docs/reference/atl_as_sf-1.png

663 Bytes
Loading
-2.54 KB
Loading

docs/reference/atl_compare_res_patch_plot.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/atl_compare_res_patch_plot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ atl_compare_res_patch_plot(
229229

230230

231231
# plot all changes in loop
232-
# for many changes, it pakes sense to set a filename to save the plots
232+
# for many changes, it makes sense to set a filename to save the plots
233233
foreach(i = 1:nrow(change_summary)) %do% {
234234
atl_compare_res_patch_plot(
235235
data_v1 = data_v1,

docs/reference/atl_compare_res_patch_summary.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-157 Bytes
Loading

0 commit comments

Comments
 (0)