Learn R Programming

r4ss (version 1.24.0)

selfit_spline: visualize parameterization of cubic spline selectivity in SS

Description

A GUI interface for exploring spline selectivity.

Usage

selfit_spline(n = 4, minBin = 10, maxBin = 65, knots = NULL,
  slopevec = c(0.01, -0.01), params = NULL, dir = getwd(),
  silent = FALSE)

Arguments

n

Number of knots.

minBin

Minimum length or age to show.

maxBin

Maximum length or age to show.

knots

Vector giving location of each knot.

slopevec

Optional initial values parameters controlling slope at first and last knot.

params

Optional initial values for the parameters controlling selectivity at each knot.

dir

Directory in which the spline_selex executable is located (default = working directory).

silent

TRUE/FALSE switch to return fit at the end.

See Also

selfit

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
selfit_spline()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab