get_space_param: Estimate the radius of the background circle based on the...

View source: R/get.R

get_space_paramR Documentation

Estimate the radius of the background circle based on the randomly generated points

Description

The space of projected bases is a circle when reduced to 2D. A radius is estimated using the largest distance from the bases in the data object to the centre point.

Usage

get_space_param(dt, ...)

Arguments

dt

a data object collected by the projection pursuit guided tour optimisation in the tourr package

...

other arguments passed to compute_pca()

Details

This is a wrapper function used by explore_space_pca() and should be be called directly by the user

Value

a tibble object of the centre and radius of the basis space

See Also

Other get functions: get_anchor(), get_basis_matrix(), get_best(), get_dir_search(), get_interp_last(), get_interp(), get_interrupt(), get_search_count(), get_search(), get_start(), get_theo()


ferrn documentation built on Aug. 6, 2022, 5:08 p.m.