typeset_eq_geometric.Rd
The funtion_name equation for use in plain texts
typeset_eq_geometric()
A character string containing a mathematical formula
typeset_eq_geometric #> function (inline = FALSE) #> { #> if (inline) { #> "$(1-p)^(n-1)*p$" #> } #> else { #> cat("$(1-p)^(n-1)*p$") #> } #> } #> <bytecode: 0x5607bfe5e8f0> #> <environment: namespace:ma206equations>