plot.Ordinal.Logistic.Biplot: Plots an ordinal Logistic Biplot

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/plot.Ordinal.Logistic.Biplot.R

Description

Plots an ordinal Logistic Biplot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S3 method for class 'Ordinal.Logistic.Biplot'
plot(x, A1 = 1, A2 = 2, 
ShowAxis = FALSE, margin = 0, PlotVars = TRUE, PlotInd = TRUE, 
LabelVars = TRUE, LabelInd = TRUE, mode = "a", CexInd = NULL, 
CexVar = NULL, ColorInd = NULL, ColorVar = NULL, SmartLabels = TRUE,
MinQualityVars = 0, dp = 0, PredPoints = 0, PlotAxis = FALSE, 
TypeScale = "Complete", ValuesScale = "Original", 
SizeQualInd = FALSE, SizeQualVars = FALSE, ColorQualInd = FALSE, 
ColorQualVars = FALSE, PchInd = NULL, PchVar = NULL, 
PlotClus = FALSE, TypeClus = "ch", ClustConf = 1, 
ClustCenters = FALSE, UseClusterColors = TRUE, ClustLegend = TRUE,
ClustLegendPos = "topright", TextVarPos = 1, PlotSupVars = FALSE,...)

Arguments

x

Plots and object of type "Ordinal.Logistic.Biplot"

A1

First dimension to plot

A2

Second dimension to plot

ShowAxis

Should the axis be shown

margin

Margin for the graph (in order to have space for the variable levels)

PlotVars

Should the variables be plotted?

PlotInd

Should the individuals be plotted?

LabelVars

Should the variables be labelled?

LabelInd

Should the variables be labelled?

mode

Mode of the biplot (see the classical biplot)

CexInd

Type of marker used for the individuals

CexVar

Type of marker used for the variables

ColorInd

Colors used for the individuals

ColorVar

Colors used for the cariables

SmartLabels

Should smart placement for the labels be used?

MinQualityVars

Minimum quality of representation for a variable to be displayed

dp

Set of variables in which the individuals are projected

PredPoints

Set of points thet will be projected on all the variables

PlotAxis

Should the axis be plotted?

TypeScale

See continuous biplots

ValuesScale

See continuous biplots

SizeQualInd

Should the size of the labels and points be related to the quality of representation for individuals?

SizeQualVars

Should the size of the labels and points be related to the quality of representation for variables?

ColorQualInd

Should the intensity of the color of the labels and points be related to the quality of representation for individuals?

ColorQualVars

Should the intensity of the color of the labels and points be related to the quality of representation for variables?

PchInd

Markers for the individuals

PchVar

Markers for the individuals

PlotClus

Should the added clusters for the individuals be plotted?

TypeClus

Type of plot for the clusters. The types are "ch", "el" and "st" for "Convex Hull", "Ellipse" and "Star" repectively.

ClustConf

Confidence level for the cluster

ClustCenters

Should the centers of the clsters be plotted

UseClusterColors

Should the colors of the clusters be used to plot the individuals.

ClustLegend

Should a legend for the clusters be added?

ClustLegendPos

Position of the legend

TextVarPos

Position of the labels for the variables

PlotSupVars

Should the supplementary variables be plotted

...

Any other aditional parameters

Details

Plots an ordinal Logistic Biplot

Value

The plot ....

Author(s)

Jose Luis Vicente Villardon

References

Vicente-Villardón, J. L., & Sánchez, J. C. H. (2014). Logistic Biplots for Ordinal Data with an Application to Job Satisfaction of Doctorate Degree Holders in Spain. arXiv preprint arXiv:1405.0294.

See Also

plot.ContinuousBiplot

Examples

1
2
3
4
    data(Doctors)
    olb = OrdLogBipEM(Doctors,dim = 2, nnodes = 10, initial=4,  tol = 0.001, 
    maxiter = 100, penalization = 0.1, show=TRUE)
    plot(olb, mode="s", ColorInd="gray", ColorVar=1:5)

villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.