rcosmo (version 1.1.2)

siblings: Return siblings of pixel

Description

The siblings of pixel \(p\) are defined as the children of the parent of \(p\). Note this is resolution independent.

Usage

siblings(p)

Arguments

p

Pixel index in nested order.

Examples

Run this code
# NOT RUN {
siblings(11)
siblings(12)

# }

Run the code above in your browser using DataLab