plot.Unfolding: Plots an Unfolding Representation

Description Usage Arguments Details Value Author(s) References Examples

View source: R/plot.Unfolding.R

Description

Plots an Unfolding Representation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'Unfolding'
plot(x, A1 = 1, A2 = 2, ShowAxis = FALSE,
margin = 0.1, PlotSites = TRUE, PlotSpecies = TRUE, PlotEnv = TRUE,
LabelSites = TRUE, LabelSpecies = TRUE, LabelEnv = TRUE, 
SpeciesQuality = FALSE, MinQualityVars = 0, dp = 0, 
PlotAxis = FALSE, TypeScale = "Complete", ValuesScale = "Original", 
mode = "h", CexSites = NULL, CexSpecies = NULL, CexVar = NULL, 
ColorSites = NULL, ColorSpecies = NULL, ColorVar = NULL, 
PchSites = NULL, PchSpecies = NULL, PchVar = NULL, 
SizeQualSites = FALSE, SizeQualSpecies = FALSE, 
SizeQualVars = FALSE, ColorQualSites = FALSE, 
ColorQualSpecies = FALSE, ColorQualVars = FALSE, SmartLabels = FALSE, 
PlotTol = FALSE, ...)

Arguments

x

An object of class Unfolding

A1

Axis 1 of the representation.

A2

Axis 1 of the representation.

ShowAxis

Should the axis be shown?

margin

Margin for the plot (precentage)

PlotSites

Should the sites be plotted?

PlotSpecies

Should the species be plotted?

PlotEnv

Should the environmental variables be plotted?

LabelSites

Should the sites be labelled?

LabelSpecies

Should the species be labelled?

LabelEnv

Should the environmental variables be labelled?

SpeciesQuality
MinQualityVars

Minimum quality of a var to be plotted.

dp
PlotAxis
TypeScale
ValuesScale
mode
CexSites
CexSpecies
CexVar
ColorSites
ColorSpecies
ColorVar
PchSites
PchSpecies
PchVar
SizeQualSites
SizeQualSpecies
SizeQualVars
ColorQualSites
ColorQualSpecies
ColorQualVars
SmartLabels
PlotTol
...

Details

Plots an Unfolding Representation

Value

A plot of the unfolding representation

Author(s)

Jose Luis Vicente-Villardon

References

de Leeuw, J. (2005). Multidimensional unfolding. Encyclopedia of statistics in behavioral science.

Examples

1
# Not yet

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