plot_varimax_gradient_fill: Plot varimax PCA

View source: R/plot_varimax_gradient_fill_missingGrey90.R View source: R/plot_varimax_gradient_fill.R

plot_varimax_gradient_fillR Documentation

Plot varimax PCA

Description

Plots varimax PCA from scores file (output of PCA_from_file followed by varimax_from_file)

Plots varimax PCA from scores file (output of PCA_from_file followed by varimax_from_file)

Usage

plot_varimax_gradient_fill(
  file,
  info.name,
  info.type,
  info.color,
  title = "",
  labels = TRUE,
  PCx = "PC1",
  PCy = "PC2",
  ellipse = F,
  conf = 0.95,
  density = F,
  fliph = F,
  flipv = F
)

plot_varimax_gradient_fill(
  file,
  info.name,
  info.type,
  info.color,
  title = "",
  labels = TRUE,
  PCx = "PC1",
  PCy = "PC2",
  ellipse = F,
  conf = 0.95,
  density = F,
  fliph = F,
  flipv = F
)

Arguments

file

File containing scores matrix

info.name

Vector of sample names

info.type

Vector of sample types in the same order

info.color

Vector to be used for gradient fill of plot points, with sample types in the same order

title

Title of the plot

labels

default=T

PCx, PCy

PCs to display

ellipse

Construct confidence region based on groups in info.type, default = T

conf

default = 0.95

density

plot x-y density plots

fliph, flipv

flip plot hoirzontally or vertically

missing

plot, plot.grey90 or do.not.plot points with missing gradient fill values (grey90 is lighter than the default grey)

Details

plot_varimax_gradient_fill differs from plot_varimax in that it uses gradient coloring of points

plot_varimax_gradient_fill differs from plot_varimax in that it uses gradient coloring of points


graeberlab-ucla/glab.library documentation built on Oct. 28, 2024, 10:48 a.m.