Skip to content
Snippets Groups Projects
Commit ba656b9b authored by wbonat's avatar wbonat
Browse files

Fix typo chcond -> chcond1

parent 74252dac
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ NULL ...@@ -109,7 +109,7 @@ NULL
#' xt <- xtabs(~age+sex, data=ahs) #' xt <- xtabs(~age+sex, data=ahs)
#' mosaicplot(xt) #' mosaicplot(xt)
#' #'
#' xt <- xtabs(~age+chcond, data=ahs) #' xt <- xtabs(~age+chcond1, data=ahs)
#' mosaicplot(xt) #' mosaicplot(xt)
#' #'
#' useOuterStrips( #' useOuterStrips(
......
##---------------------------------------------------------------------- ##----------------------------------------------------------------------
## Prepare de the data set. ## Prepare the data set.
setwd("/home/walmes/GitLab/mcglm/data-raw") setwd("/home/walmes/GitLab/mcglm/data-raw")
...@@ -20,7 +20,7 @@ str(ahs) ...@@ -20,7 +20,7 @@ str(ahs)
xt <- xtabs(~age+sex, data=ahs) xt <- xtabs(~age+sex, data=ahs)
mosaicplot(xt) mosaicplot(xt)
xt <- xtabs(~age+chcond, data=ahs) xt <- xtabs(~age+chcond1, data=ahs)
mosaicplot(xt) mosaicplot(xt)
useOuterStrips( useOuterStrips(
......
...@@ -85,7 +85,7 @@ str(ahs) ...@@ -85,7 +85,7 @@ str(ahs)
xt <- xtabs(~age+sex, data=ahs) xt <- xtabs(~age+sex, data=ahs)
mosaicplot(xt) mosaicplot(xt)
xt <- xtabs(~age+chcond, data=ahs) xt <- xtabs(~age+chcond1, data=ahs)
mosaicplot(xt) mosaicplot(xt)
useOuterStrips( useOuterStrips(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment