library(ggplot2)
# construct the space and start df for plotting
space <- tibble::tibble(x0 = 0, y0 = 0, r = 5)
holes_1d_geo %>%
compute_pca() %>%
purrr::pluck("aug") %>%
clean_method() %>%
get_start()
Run the code above in your browser using DataLab