traceplot: Traceplot

Description Usage Arguments See Also

Description

This function plots a traceplot showing the negative log-likelihood values in a StructureCollection object.

Usage

1
2
3
4
5
6
7
8
traceplot(x, parameter, ...)

## S3 method for class 'StructureAnalysis'
traceplot(x, parameter = "Ln.Like", ...)

## S3 method for class 'StructureCollection'
traceplot(x, parameter = "Ln.Like",
  k = x@best, ...)

Arguments

x

StructureCollection or StructureAnalysis object.

parameter

character name of parameter to plot. Defaults to 'Ln.Like'. See column names in the mcmc slot of the StrucreReplicate objects inside x.

...

not used.

k

numeric indicating number of populations to make traceplot for if x is a StructureCollection object.

See Also

StructureCollection.


jeffreyhanson/structurer documentation built on May 19, 2019, 4:01 a.m.