Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed May 18, 2018
1 parent d31896b commit 89b7892
Show file tree
Hide file tree
Showing 12 changed files with 371 additions and 11 deletions.
4 changes: 4 additions & 0 deletions R/control.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
#' attributes.
#'
#' @section Constructor:
#' A construction method exists for this class that can take named arguments for
#' any of its slots. All slots are then created to match the requirements of the
#' class validity.
#'
#' @author Laurence Kell & Philippe Grosjean
#' @seealso \link{FLComp}
#' @keywords classes
Expand Down
4 changes: 3 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
#' previous stock estimates.} \item{*.xsa.control}{The FLXSA.control object for
#' the reference run.} \item{*.xsa.ref}{The FLXSA object obtained from the
#' reference run.} }
#'
#'
#' @name data
#' @rdname data
#' @aliases cod4 cod4.indices cod4.stock cod4.f.ref cod4.n.ref her4
#' her4.indices her4.stock her4.f.ref her4.n.ref ple7a ple7a.indices
#' ple7a.stock ple7a.f.ref ple7a.n.ref
Expand Down
11 changes: 4 additions & 7 deletions R/flxsa.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
#' regression analysis of multiple recruit index series. ICES J. Mar. Sci. In
#' Prep.
#' @keywords classes
#' @examples
#'
#'

setClass("FLXSA",
contains='FLAssess',
Expand Down Expand Up @@ -150,10 +147,11 @@ setValidity("FLXSA", function(object) {
#' Prep.
#' @keywords classes
#' @examples
#'
#' data(ple4)
#' data(ple4.indices)
#'
#'
#' #TO DO...
#'
#' res <- FLXSA(ple4, ple4.indices)
#'

setGeneric("FLXSA", function(stock, indices, ...)
Expand Down Expand Up @@ -542,7 +540,6 @@ setMethod("assess", signature(control="FLXSA.control"),
#' xsa <- FLXSA.control()
#' is.FLXSA.control(xsa)
#'
#' @export is.FLXSA
is.FLXSA <- function(x)
return(inherits(x, "FLXSA"))
# }}}
Expand Down
36 changes: 36 additions & 0 deletions man/FLXSA-class.Rd

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

95 changes: 95 additions & 0 deletions man/FLXSA.Rd

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

112 changes: 112 additions & 0 deletions man/FLXSA.control.Rd

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

39 changes: 39 additions & 0 deletions man/data.Rd

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

21 changes: 21 additions & 0 deletions man/diagnostics-method.Rd

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

30 changes: 30 additions & 0 deletions man/is.FLXSA.Rd

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

Loading

0 comments on commit 89b7892

Please sign in to comment.