Skip to content

Commit

Permalink
Typo fixes (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
steltenpower committed Nov 20, 2023
1 parent 8e05816 commit 4b6661b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/ggtable.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"))
Expand Down

0 comments on commit 4b6661b

Please sign in to comment.