Skip to content

Commit

Permalink
fix description of class markovchain
Browse files Browse the repository at this point in the history
  • Loading branch information
reikoch committed Oct 4, 2024
1 parent feb811d commit eb36b24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: markovchain
Type: Package
Title: Easy Handling Discrete Time Markov Chains
Version: 0.10.0
Version: 0.10.0.9006
Authors@R: c(
person("Giorgio Alfredo", "Spedicato", role = c("aut", "cre"),
email = "spedicato_giorgio@yahoo.it",comment = c(ORCID = "0000-0002-0315-8888")),
Expand Down
2 changes: 1 addition & 1 deletion R/classesAndMethods.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' @param states Name of the states. Must be the same of \code{colnames} and \code{rownames} of the transition matrix
#' @param byrow TRUE or FALSE indicating whether the supplied matrix
#' is either stochastic by rows or by columns
#' @param transitionMatrix Square transition matrix of class Matrix::Matrix
#' @param transitionMatrix Square transition matrix
#' @param name Optional character name of the Markov chain
#'
#' @section Creation of objects:
Expand Down
2 changes: 1 addition & 1 deletion man/markovchain-class.Rd

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

0 comments on commit eb36b24

Please sign in to comment.