data("warps")
warps_fnc <- as_fnc_df(warps)
# hull with plot to see the hull
grid <- resample_grid(warps_fnc[c("x", "y")],
hull = "concaveman", plot = TRUE)
str(grid)
if (FALSE) {
# Alpha hull with plot to see the hull
grid <- resample_grid(warps_fnc[c("x", "y")],
hull = "alphahull", plot = TRUE)
}
Run the code above in your browser using DataLab