Diff of /man/PCAplotSymbols.Rd [000000] .. [28e211]

Switch to unified view

a b/man/PCAplotSymbols.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/DIscBIO-generic-PCAplotSymbols.R
3
\name{PCAplotSymbols}
4
\alias{PCAplotSymbols}
5
\alias{PCAplotSymbols,DISCBIO-method}
6
\title{Plot PCA symbols}
7
\usage{
8
PCAplotSymbols(object, types = NULL)
9
10
\S4method{PCAplotSymbols}{DISCBIO}(object, types = NULL)
11
}
12
\arguments{
13
\item{object}{\code{DISCBIO} class object.}
14
15
\item{types}{If types=NULL then the names of the cells will be grouped
16
automatically. Default is NULL}
17
}
18
\value{
19
Plot of the Principal Components
20
}
21
\description{
22
Generates a plot of grouped PCA components
23
}