Skip to content

Commit

Permalink
Update doc/vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
alko989 committed Dec 8, 2023
1 parent 3fed56b commit 1f7b4bb
Show file tree
Hide file tree
Showing 13 changed files with 1,020 additions and 1,014 deletions.
3 changes: 2 additions & 1 deletion spict/R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -3484,8 +3484,9 @@ plotspict.hindcast <- function(rep, add.mase = TRUE, CI = 0.95, verbose = TRUE,
#' rep1 <- fit.spict(inp)
#' inp$priors$logbkfrac <- c(log(0.3), 0.1, 1)
#' rep2 <- fit.spict(inp)
#' \dontrun{
#' plotspict.compare.one(rep1, rep2, varname = "F")
#'
#' }
plotspict.compare.one <- function(rep, ...,
varname = c("B","F","C","BBmsy","FFmsy","P"),
exp = TRUE, CI = 0.95, plot.unc = 1,
Expand Down
34 changes: 17 additions & 17 deletions spict/inst/doc/spict_guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,39 @@
</script>

<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>






<style type="text/css">
/* for pandoc --citeproc since 2.11 */

div.csl-bib-body { }
div.csl-entry {
clear: both;
clear: both;
}
.hanging div.csl-entry {
margin-left:2em;
text-indent:-2em;
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
margin-left: 2em;
}
</style>

Expand Down Expand Up @@ -261,7 +261,7 @@
<h1 class="title toc-ignore">Guidelines for the stochastic production
model in continuous time (SPiCT)</h1>
<h4 class="author">T.K. Mildenberger, A. Kokkalis, C.W. Berg</h4>
<h4 class="date">09 January, 2023</h4>
<h4 class="date">08 December, 2023</h4>



Expand Down
Binary file modified spict/inst/doc/spict_guidelines.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion spict/inst/doc/spict_handbook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This vignette explains basic and more advanced functions of the `spict` package.
```{r, eval=FALSE}
devtools::install_github("DTUAqua/spict/spict")
```
installs the stable version of `spict`. When loading the package the user is greeted and the the installed version is shown:
installs the stable version of `spict`. When loading the package the user is greeted and the installed version is shown:

```{r}
library(spict)
Expand Down
1,967 changes: 981 additions & 986 deletions spict/inst/doc/spict_handbook.html

Large diffs are not rendered by default.

Binary file modified spict/inst/doc/spict_handbook.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions spict/man/add.man.scenario.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions spict/man/plotspict.compare.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion spict/man/plotspict.compare.one.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spict/man/sumspict.drefpoints.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spict/man/sumspict.predictions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion spict/man/sumspict.srefpoints.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spict/man/sumspict.states.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f7b4bb

Please sign in to comment.