loadingplot.fromVector.Coxmos: loadingplot.fromVector.Coxmos

View source: R/Coxmos_plot_functions_others.R

loadingplot.fromVector.CoxmosR Documentation

loadingplot.fromVector.Coxmos

Description

loadingplot.fromVector.Coxmos

Usage

loadingplot.fromVector.Coxmos(
  model,
  vector,
  zero.rm = FALSE,
  top = NULL,
  auto.limits = TRUE,
  txt.x.angle = 0
)

Arguments

model

Coxmos model.

vector

Vector of loading

zero.rm

Logical. Remove variables equal to 0 (default: FALSE).

top

Numeric. Show "top" first variables. If top = NULL, all variables are shown (default: NULL).

auto.limits

Logical. If "auto.limits" = TRUE, limits are detected automatically (default: TRUE).

txt.x.angle

Numeric. Angle of X text (default: 0).


Coxmos documentation built on April 4, 2025, 12:20 a.m.