powered by
Create an aperture sequence following DGGRID's 43H pattern: first num_ap4 resolutions use aperture 4, then aperture 3.
dggrid_43h_sequence(num_ap4, num_ap3)
Integer vector of aperture sequence
Number of aperture-4 resolutions
Number of aperture-3 resolutions
Other 'dggridR' compatibility: as_dggrid(), dggrid_is_compatible(), from_dggrid()
as_dggrid()
dggrid_is_compatible()
from_dggrid()
# DGGRID 43H with 2 ap4 resolutions, then 3 ap3 resolutions seq <- dggrid_43h_sequence(2, 3) # c(4, 4, 3, 3, 3)
Run the code above in your browser using DataLab