PCbiplot: Title

View source: R/ordination.R

PCbiplotR Documentation

Title

Description

Title

Usage

PCbiplot(
  PC,
  x = "PC1",
  y = "PC2",
  Group = NULL,
  main = NULL,
  point_size = 3,
  point_alpha = 1,
  n_label = 5
)

Arguments

PC

output of prcomp function

x

PC1 to display

y

PC2 to display

Group

dataframe with one column to group

main

main title

point_size

size of point

point_alpha

alpha of point

n_label

number of labels to display in every PCs

Value

ggplot object


zhunshi/metastat documentation built on Feb. 25, 2023, 10:07 p.m.