File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ template:
88reference :
99
1010 - title : Mosaics
11- desc : Extensions of mosaic and related displays
11+ desc : Extensions of `vcd:: mosaic()` and related displays to `glm` and `gnm` objects and 3D displays
1212 contents :
1313 - assoc.glm
1414 - mosaic.glm
@@ -53,7 +53,7 @@ reference:
5353 - zero.test
5454
5555 - title : Distributions
56- desc : Statistical distributions
56+ desc : Statistical distributions: logseries distributions
5757 contents :
5858 - dlogseries
5959 - plogseries
@@ -80,7 +80,7 @@ reference:
8080 - vcdExtra-package
8181
8282 - title : Data
83- desc : Some small data sets used in examples or in DDAR
83+ desc : Some small data sets used in examples or in [ DDAR](http://ddar.datavis.ca/)
8484 contents :
8585 - Abortion
8686 - Accident
Original file line number Diff line number Diff line change 22
33library(dplyr )
44library(tidyr )
5+ library(glue )
56
67ds <- vcdExtra :: datasets(" vcdExtra" )
78
@@ -38,4 +39,9 @@ writeLines(paste0(" - ",dsn))
3839fns <- sort(getNamespaceExports(" vcdExtra" ))
3940writeLines(paste0(" - " ,fns ))
4041
42+ # make a data vignette with links to the help files
43+
44+ dfs %> %
45+ mutate(name = glue(" [{name}](help({name}))" )) %> %
46+ knitr :: kable()
4147
Original file line number Diff line number Diff line change 33\alias {mosaic.loglmlist }
44%- Also NEED an ' \a lias' for EACH other topic documented here.
55\title {
6- Mosaic Displays for \code {glmlist } and \code {logllmlist } Objects
6+ Mosaic Displays for \code {glmlist } and \code {loglmlist } Objects
77}
88\description {
99This function provides a convenient interface for viewing mosaic displays
You can’t perform that action at this time.
0 commit comments