gen_scaled_data: Scaling the NLDR data

View source: R/data_preprocessing.R

gen_scaled_dataR 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)


quollr documentation built on Aug. 8, 2025, 6:08 p.m.