diff --git a/vignettes/ggtable.Rmd b/vignettes/ggtable.Rmd index e90463f1d..dafcf2448 100644 --- a/vignettes/ggtable.Rmd +++ b/vignettes/ggtable.Rmd @@ -58,7 +58,7 @@ ggtable(tips, "smoker", c("day", "time", "sex"), fill = "std.resid") ## Using weights -You can easily indicates weights to take into account with the **weight** aesthetic. +You can easily indicate weights to take into account with the **weight** aesthetic. ```{r} d <- as.data.frame(Titanic) @@ -74,7 +74,7 @@ ggtable( ## Missing with continuous variables -Although `ggtable()` is mainly intended to be used with discrete variables, you can also indicates continuous variables. In such case, some summary statistics are displayed. +Although `ggtable()` is mainly intended to be used with discrete variables, you can also indicate continuous variables. In such case, some summary statistics are displayed. ```{r} ggtable(tips, c("smoker", "total_bill"), c("day", "time", "sex", "tip"))