Learn R Programming

quollr (version 0.3.7)

gen_scaled_data: Scaling the NLDR data

Description

This function scales first and second columns.

Usage

gen_scaled_data(nldr_data)

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.

Arguments

nldr_data

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

Examples

Run this code
gen_scaled_data(nldr_data = scurve_umap)

Run the code above in your browser using DataLab