-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6924a9
commit c38870f
Showing
18 changed files
with
127 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
data-raw/ | ||
|
||
# History files | ||
.Rhistory | ||
.Rapp.history | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
#' @param data A \code{data.frame} containing at least two columns. | ||
#' @param xvar The name of the temporal column (e.g., year). | ||
#' @param yvar The names of the columns in the \code{data.frame} to plot. | ||
#' @param ... Further arguments passed to nothing. | ||
#' @return a ggplot object | ||
#' | ||
#' @author Darcy Webber \email{[email protected]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
#' @param fill the fill colour for the percentiles. | ||
#' @param probs The percentiles to be computed by the \code{quantile} function. | ||
#' @param rescale the index of the series to rescale to. If set to NULL then no rescaling is done. | ||
#' @param show_unstandardised show the unstandardised series or not. | ||
#' @return a \code{ggplot} object. | ||
#' | ||
#' @author Darcy Webber \email{[email protected]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,47 @@ | ||
url: http://www.quantifish.co.nz/influ2/ | ||
|
||
template: | ||
bootstrap: 5 | ||
bootswatch: cerulean | ||
|
||
navbar: | ||
structure: | ||
left: [intro, articles, tutorials, reference, news] | ||
right: [search, github] | ||
|
||
reference: | ||
- title: influ | ||
desc: Functions from the original influ R package. | ||
contents: | ||
- influ | ||
- Influence | ||
- Influence$new | ||
- Influence$init | ||
- Influence$calc | ||
- Influence$effects | ||
- Influence$stanPlot | ||
- Influence$cdiPlot | ||
- Influence$influPlot | ||
- Influence$stepPlot | ||
- Influence$cdiPlotAll | ||
- Influence$stepAndInfluPlot | ||
- coeffs | ||
- ses | ||
|
||
- title: influ2 | ||
desc: Functions from the new influ2 R package. | ||
contents: | ||
- influ2 | ||
- starts_with("get_") | ||
- starts_with("plot_") | ||
- starts_with("table_") | ||
- logit | ||
- inv_logit | ||
- logistic | ||
- id_var_type | ||
- geo_mean | ||
|
||
- title: Data | ||
desc: Simulated data sets that are available. | ||
contents: | ||
- lobsters_per_pot |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.