selfit_spline: visualize parameterization of cubic spline selectivity in SS

Description Usage Arguments Author(s) See Also Examples

Description

A GUI interface for exploring spline selectivity.

Usage

1
2
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.

Author(s)

Ian Taylor

See Also

selfit

Examples

1
2
3
4
## Not run: 
selfit_spline()

## End(Not run)

r4ss documentation built on May 2, 2019, 4:56 p.m.