gen_scaled_data {quollr}R Documentation

Scaling the NLDR data

Description

This function scales first and second columns.

Usage

gen_scaled_data(nldr_data)

Arguments

nldr_data

A tibble that contains embedding components in the first and second columns.

Value

A list of a tibble contains scaled first and second columns NLDR data, and numeric vectors representing the limits of the original NLDR data.

Examples

gen_scaled_data(nldr_data = scurve_umap)


[Package quollr version 0.3.7 Index]