| dggrid_43h_sequence | R Documentation |
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)
num_ap4 |
Number of aperture-4 resolutions |
num_ap3 |
Number of aperture-3 resolutions |
Integer vector of aperture sequence
Other 'dggridR' compatibility:
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.