R/unmap_sphere.R

Defines functions unmap_sphere

unmap_sphere <-
function(sphere_numbers, sphere_data, positional_data){
  result <- lapply(1:dim(sphere_data)[1], function(x){unmap_row(sphere_data[x,],sphere_numbers,positional_data)})
  result <- do.call("rbind", result)
  return(result)
}

Try the QuartPAC package in your browser

Any scripts or data that you put into this service are public.

QuartPAC documentation built on Nov. 8, 2020, 6:58 p.m.