get_basis_matrix {ferrn}R Documentation

Extract all the bases as a matrix

Description

Extract all the bases as a matrix

Usage

get_basis_matrix(dt)

Arguments

dt

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

Value

a matrix that flattens each basis into a row

See Also

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

Examples

head(get_basis_matrix(holes_1d_better), 5)

[Package ferrn version 0.0.2 Index]