Skip to content

Commit 08fb0f5

Browse files
committed
Deploying to gh-pages from @ 408c6a7 🚀
1 parent cd61ddd commit 08fb0f5

68 files changed

Lines changed: 3600 additions & 1161 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

llms.txt

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,20 @@ citation("movedesign")
101101

102102
## All functions
103103

104+
- [`fitting_models()`](https://ecoisilva.github.io/movedesign/reference/fitting_models.md)
105+
: Fit continuous-time movement models
106+
104107
- [`fixrates`](https://ecoisilva.github.io/movedesign/reference/fixrates.md)
105108
: Fix rates of animal tracking devices.
106109

107110
- [`md_check()`](https://ecoisilva.github.io/movedesign/reference/md_check.md)
108111
: Assess output convergence in simulation outputs
109112

110113
- [`md_compare()`](https://ecoisilva.github.io/movedesign/reference/md_compare.md)
111-
: Visualize study design outputs
114+
: Compare estimation error across study design workflows
112115

113116
- [`md_compare_preview()`](https://ecoisilva.github.io/movedesign/reference/md_compare_preview.md)
114-
: Preview plot for movedesign workflow outputs (single replicate)
117+
: Compare estimation error across designs (single replicate)
115118

116119
- [`md_configure()`](https://ecoisilva.github.io/movedesign/reference/md_configure.md)
117120
: Interactively configure movement design setup
@@ -120,7 +123,7 @@ citation("movedesign")
120123
: Merge multiple simulation outputs
121124

122125
- [`md_optimize()`](https://ecoisilva.github.io/movedesign/reference/md_optimize.md)
123-
: Optimize population sample size and sampling parameters
126+
: Optimize sampling parameters and population sample size
124127

125128
- [`md_plot()`](https://ecoisilva.github.io/movedesign/reference/md_plot.md)
126129
: Visualize study design outputs
@@ -129,26 +132,29 @@ citation("movedesign")
129132
: Preview plot for movedesign workflow outputs (single replicate)
130133

131134
- [`md_plot_replicates()`](https://ecoisilva.github.io/movedesign/reference/md_plot_replicates.md)
132-
: Plot replicate error estimates and confidence intervals
135+
: Plot estimation error, replicates and confidence intervals
133136

134137
- [`md_prepare()`](https://ecoisilva.github.io/movedesign/reference/md_prepare.md)
135138
: Prepare movement study design inputs
136139

137140
- [`md_replicate()`](https://ecoisilva.github.io/movedesign/reference/md_replicate.md)
138-
: Replicate study design and aggregate simulation outputs
141+
: Replicate study design workflow and aggregate outputs
139142

140143
- [`md_run()`](https://ecoisilva.github.io/movedesign/reference/md_run.md)
141144
: Run study design workflow
142145

143146
- [`md_simulate()`](https://ecoisilva.github.io/movedesign/reference/md_simulate.md)
144-
: Simulate movement data from species-level parameters
147+
: Simulate movement data from species parameters
145148

146149
- [`md_stack()`](https://ecoisilva.github.io/movedesign/reference/md_stack.md)
147150
: Stack simulation outputs as replicates
148151

149152
- [`movmods`](https://ecoisilva.github.io/movedesign/reference/movmods.md)
150153
: Table of movement processes.
151154

155+
- [`plot(`*`<movedesign_optimized>`*`)`](https://ecoisilva.github.io/movedesign/reference/plot.movedesign_optimized.md)
156+
: Plot movedesign report outputs
157+
152158
- [`print(`*`<movedesign_check>`*`)`](https://ecoisilva.github.io/movedesign/reference/print.movedesign_check.md)
153159
:
154160

@@ -159,21 +165,31 @@ citation("movedesign")
159165

160166
Print method for `movedesign_input`
161167

168+
- [`print(`*`<movedesign_optimized>`*`)`](https://ecoisilva.github.io/movedesign/reference/print.movedesign_optimized.md)
169+
:
170+
171+
Print method for `movedesign_optimized` objects
172+
162173
- [`print(`*`<movedesign_output>`*`)`](https://ecoisilva.github.io/movedesign/reference/print.movedesign_output.md)
163174
:
164175

165176
Print method for `movedesign_output`
166177

167-
- [`print(`*`<movedesign_preprocess>`*`)`](https://ecoisilva.github.io/movedesign/reference/print.movedesign_preprocess.md)
178+
- [`print(`*`<movedesign_processed>`*`)`](https://ecoisilva.github.io/movedesign/reference/print.movedesign_processed.md)
168179
:
169180

170-
Print method for `movedesign_preprocess`
181+
Print method for `movedesign_processed`
171182

172183
- [`print(`*`<movedesign_report>`*`)`](https://ecoisilva.github.io/movedesign/reference/print.movedesign_report.md)
173184
:
174185

175186
Print method for `movedesign_report` objects
176187

188+
- [`read_md()`](https://ecoisilva.github.io/movedesign/reference/read_md.md)
189+
:
190+
191+
Read a `movedesign` session file
192+
177193
- [`run_app()`](https://ecoisilva.github.io/movedesign/reference/run_app.md)
178194
: Run movedesign R Shiny application
179195

@@ -187,15 +203,16 @@ citation("movedesign")
187203

188204
Summary method for `movedesign_input`
189205

190-
- [`summary(`*`<movedesign_output>`*`)`](https://ecoisilva.github.io/movedesign/reference/summary.movedesign_output.md)
191-
:
206+
- [`summary(`*`<movedesign_optimized>`*`)`](https://ecoisilva.github.io/movedesign/reference/summary.movedesign_optimized.md)
207+
: Summarise a study design optimization
192208

193-
Summary method for `movedesign_output`
209+
- [`summary(`*`<movedesign_output>`*`)`](https://ecoisilva.github.io/movedesign/reference/summary.movedesign_output.md)
210+
: Summarise a study design output
194211

195-
- [`summary(`*`<movedesign_preprocess>`*`)`](https://ecoisilva.github.io/movedesign/reference/summary.movedesign_preprocess.md)
212+
- [`summary(`*`<movedesign_processed>`*`)`](https://ecoisilva.github.io/movedesign/reference/summary.movedesign_processed.md)
196213
:
197214

198-
Summary method for `movedesign_preprocess`
215+
Summary method for `movedesign_processed`
199216

200217
- [`summary(`*`<movedesign_report>`*`)`](https://ecoisilva.github.io/movedesign/reference/summary.movedesign_report.md)
201218
:

news/index.html

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

news/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
### New features
66

7-
- Added new core functions to compare `movedesign` scenarios.
8-
- Added `Download R script` button to Report tab which can replicate the
9-
movedesign workflow.
7+
- Exported all internal functions, allowing workflows to run directly
8+
from the command line.
9+
- Introduced new core functions to compare `movedesign` scenarios.
10+
- Added a `Download R Script` button on the Report tab to replicate the
11+
`movedesign` workflow.
1012

1113
### Minor improvements
1214

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ articles:
66
movedesign: movedesign.html
77
tutorial_ind: tutorial_ind.html
88
tutorial_pop: tutorial_pop.html
9-
last_built: 2026-03-31T14:34Z
9+
last_built: 2026-03-31T14:41Z
1010
urls:
1111
reference: https://ecoisilva.github.io/movedesign/reference
1212
article: https://ecoisilva.github.io/movedesign/articles

reference/estimate_speed.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.

reference/estimate_speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ required for each simulated individual.
99
## Usage
1010

1111
``` r
12-
estimate_speed(rv)
12+
estimate_speed(rv, stop_on_error = FALSE)
1313
```
1414

1515
## Arguments

reference/fitting_models.html

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

0 commit comments

Comments
 (0)