Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSPlotHCxval: Remove uncertainty argument #95 #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions R/SSplotHCxval.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
#' }
#' @param Season option to specify Season as an integer of value 1-4. Default
#' uses first available, i.e. usual Seas = 1
#' @param models Optional subset of the models of `summaryoutput` (or a similar
#' field with a different name): a list created by the function
#' [r4ss::SSsummarize]. Either `"all"` or a vector of numbers indicating
#' columns in summary tables.
#' @param endyrvec Optional single year or vector of years representing the
#' final year of values to show for each model. By default it is set to the
#' ending year specified in each model.
Expand Down Expand Up @@ -53,11 +57,15 @@
#' @param indexQdigits Number of significant digits for catchability in legend
#' @param indexUncertainty Show fixed uncertainty intervals on index
#' (not estimated)
#' @param mcmcVec
#' Logical vector of TRUE/FALSE values (or single value) indicating
#' whether input values are from MCMC or to use normal distribution around
#' MLE.
#'
#'
#' @inheritParams SSplotGeneric
#' @inheritParams SSplotGenericLegend
#' @inheritParams SSplotGenericPar
#' @inheritParams SSplotGenericUncertainty
#'
#' @author Henning Winker (JRC-EC) and Laurence Kell (Sea++)
#'
Expand Down Expand Up @@ -96,7 +104,6 @@ SSplotHCxval <- function(retroSummary,
yaxs = "i",
xylabs = TRUE,
type = "o",
uncertainty = TRUE,
legend = TRUE,
legendlabels = "default",
legendloc = "topright",
Expand Down
6 changes: 0 additions & 6 deletions man/SSplotHCxval.Rd

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

Loading