Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrice-rossi committed Aug 30, 2022
1 parent 7294677 commit c60a441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/vlmc_draw.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vlmc_node2txt <- function(ct, params) {
#' the tree. The default `prob=TRUE` represents the conditional distribution
#' of the states given the (partial) context associated to the node. Setting
#' `prob=FALSE` replaces the conditional distribution by the frequency of the
#' states that follow the context as in [draw.ctx_tree()]. Setting`prob=NULL`
#' states that follow the context as in [draw.ctx_tree()]. Setting `prob=NULL`
#' removes all additional information.
#' @examples
#' dts <- sample(c("A", "B", "C"), 500, replace = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion man/draw.vlmc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c60a441

Please sign in to comment.