Skip to contents

Extract subject-specific anchor sketch matrices (original or aligned). Implements HMET-003.

Usage

get_anchor_sketches(
  object,
  type = c("original", "aligned"),
  subject_idx = NULL,
  cache_in_object = FALSE
)

Arguments

object

A hatsa_projector object

type

Either "original" or "aligned"

subject_idx

Optional subject index (NULL for all subjects)

cache_in_object

Whether to cache results in the object

Value

List of anchor sketch matrices or single matrix if subject_idx specified