outerplot: Plot outer model

View source: R/outerplot.r

outerplotR Documentation

Plot outer model

Description

Plot either outer weights or loadings in the outer model for objects of class "plspm"

Usage

  outerplot(x, what = "loadings", colpos = "#6890c4BB",
    colneg = "#f9675dBB", box.prop = 0.55, box.size = 0.08,
    box.cex = 1, box.col = "gray95", lcol = "gray95",
    box.lwd = 2, txt.col = "gray40", shadow.size = 0,
    curve = 0, lwd = 2, arr.pos = 0.5, arr.width = 0.15,
    cex.txt = 0.9, ...)

Arguments

x

An object of class "plspm".

what

What to plot: "loadings" or "weights".

colpos

Color of arrows for positive path coefficients.

colneg

Color of arrows for negative path coefficients.

box.prop

Length/width ratio of ellipses and rectangles.

box.size

Size of ellipses and rectangles.

box.cex

Relative size of text in ellipses and rectangles.

box.col

fill color of ellipses and rectangles.

lcol

border color of ellipses and rectangles.

box.lwd

line width of the box.

txt.col

color of text in ellipses and rectangles.

shadow.size

Relative size of shadow of label box.

curve

arrow curvature.

lwd

line width of arrow.

arr.pos

Relative position of arrowheads on arrows.

arr.width

arrow width.

cex.txt

Relative size of text on arrows.

...

Further arguments passed on to plotmat.

Note

outerplot uses the function plotmat of package diagram.
http://cran.r-project.org/web/packages/diagram/vignettes/diagram.pdf

See Also

innerplot, plot.plspm, plspm


gastonstat/plspm documentation built on April 8, 2022, 5:59 a.m.