powered by
Bind random bases in the projection bases space as a matrix
bind_random_matrix(basis, n = 500, d = 1, front = FALSE, seed = 1)
matrix
a matrix containing both the searched and random bases
a matrix returned by get_basis_matrix()
get_basis_matrix()
numeric; the number of random bases to generate in each dimension by geozoo
numeric; dimension of the basis, d = 1, 2, ...
logical; if the random bases should be bound before or after the original bases
numeric; a seed for generating reproducible random bases from geozoo
Other bind: bind_random(), bind_theoretical()
bind_random()
bind_theoretical()
data <- get_basis_matrix(holes_1d_geo) bind_random_matrix(data) %>% tail(5)
Run the code above in your browser using DataLab