Browse a specified Rnssp vignette, or browse the available ones from the Rnssp online documentation.

Rnssp_vignettes(topic = NULL)

Arguments

topic

a character string giving the (base) name of the vignette to view. If omitted, the webpage with all vignettes from the Rnssp package is browsed

See also

Examples

if (FALSE) {
Rnssp_vignettes()
Rnssp_vignettes(topic = "Rnssp_intro")
}