Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocolar committed Dec 4, 2023
1 parent bf372ef commit 2114fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_Z.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ get_Z <- function (flocker_fit, draw_ids = NULL, history_condition = TRUE,
}
}
} else { # history_condition is FALSE
use_components <- components = c("occ", "col", "ex", "auto", "Omega")
use_components <- c("occ", "col", "ex", "auto", "Omega")
obs <- NULL
}

Expand Down

0 comments on commit 2114fc9

Please sign in to comment.