Learn R Programming

hexify (version 0.3.8)

dggrid_43h_sequence: Create DGGRID 43H aperture sequence

Description

Create an aperture sequence following DGGRID's 43H pattern: first num_ap4 resolutions use aperture 4, then aperture 3.

Usage

dggrid_43h_sequence(num_ap4, num_ap3)

Value

Integer vector of aperture sequence

Arguments

num_ap4

Number of aperture-4 resolutions

num_ap3

Number of aperture-3 resolutions

See Also

Other 'dggridR' compatibility: as_dggrid(), dggrid_is_compatible(), from_dggrid()

Examples

Run this code
# 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