Skip to content

draft of basic_demo#21

Open
howardburkom wants to merge 3 commits intodevfrom
14-create-vignette
Open

draft of basic_demo#21
howardburkom wants to merge 3 commits intodevfrom
14-create-vignette

Conversation

@howardburkom
Copy link
Copy Markdown
Collaborator

Please look over the current vignette draft.

@howardburkom howardburkom linked an issue Mar 27, 2026 that may be closed by this pull request
@lmullany
Copy link
Copy Markdown
Owner

lmullany commented Apr 1, 2026

@howardburkom , i took a look, and its great. I made some minor changes. I would recommend we remove the following sections:

  • Date helper functions
  • Generating cluster signals for detection
  • Intermediate pipeline functions
    and this "preparing inputs section":
Preparing Inputs

For any distance object (matrix or sparse list), location names must match the location column in your case data.

{r, echo=TRUE}
locs <- unique(cases$location)
dm <- outer(seq_along(locs), seq_along(locs), function(i, j) abs(i - j) * 5)
dimnames(dm) <- list(locs, locs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create vignette

2 participants