kernel_pca
From Spectrum v0.2
by Christopher John
kernel_pca: A kernel pca function
kernel_pca: A kernel pca function
Usage
kernel_pca(datam, labels = FALSE, axistextsize = 18,
legendtextsize = 18, dotsize = 3, kernel = TRUE)
Arguments
- datam
Dataframe or matrix: a data frame with samples as columns, rows as features, or a kernel matrix
- labels
Factor: to label the plot with colours
- axistextsize
Numerical value: axis text size
- legendtextsize
Numerical value: legend text size
- dotsize
Numerical value: dot size
- kernel
Logical flag: whether the input is a kernel or not
Value
A kernel PCA plot
Examples
# NOT RUN {
ex_kernel_pca <- kernel_pca(blobs[,1:50], kernel=FALSE)
# }
Community examples
Looks like there are no examples yet.