Compute range of axes for bases

compute_half_range(.data)

# S4 method for ANY
compute_half_range(.data)

# S4 method for LinearEmbeddingMatrix
compute_half_range(.data)

Arguments

.data

A 'matrix' like object

Details

This function computes the maximum squared Euclidean distance of rows in a matrix like object. Mostly used internally for setting up xy-axis ranges for a tour animation.