Plotscores defaults

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

Manage default scores plot settings.

Synopsis

[toplot,subplots] = plotscores_defaults(modeltype,scores)
[plottypes,subplots] = plotscores_defaults(modeltype)
plotscores_defaults('settings')

Description

Manages default plots for scores plots based on model type and scores content. Inputs include modeltype the name of a valid model type (see the modeltype field of a Standard Model Structure), and an optional scores DataSet object.

Outputs are toplot a cell of cells where each sub-cell is a set of plotgui commands which will make the plot of choice. Note that if a cell is empty, the default plotgui plot will be created (first column vs. index). Second output (subplots) indicates if axes should be on the same figure in sub-plots (1) or on separate figures (0).

Additional commands: with a string input 'settings' as modeltype, a GUI is presented allowing the user to override the default plot choices.

See Also

analysis, plotscores