Build a parcel-level Laplacian
make_parcel_laplacian.RdConstructs a parcel adjacency-based Laplacian either from a supplied adjacency matrix, parcel centroids (k–NN), or a label volume. Normalization and spectral scaling mirror the voxel-level Laplacian.
Usage
make_parcel_laplacian(
adjacency = NULL,
parcel_coords = NULL,
parc_vol = NULL,
k = 6,
sigma = 2.5,
normalized = TRUE
)See also
make_laplacian() for voxel-level Laplacian construction
Other spatial metrics:
build_spatial_metric(),
build_spatial_metric_parcel(),
compute_tsnr(),
compute_tsnr_parcel(),
make_laplacian()