findKneePoint: Find the knee point of the scree plot

View source: R/utils.R

findKneePointR Documentation

Find the knee point of the scree plot

Description

Find the knee point of the scree plot

Usage

findKneePoint(pcs)

Arguments

pcs

principal component values sorted decreasingly

Details

Given sorted decreasingly PCs, find the knee point which have the largest distance to the line defined by the first point and the last point in the scree plot

Value

index of the knee plot


Japrin/sscClust documentation built on Dec. 15, 2022, 1:04 p.m.