Skip to content

Commit

Permalink
updated visulaization to print head
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanduni-P committed Apr 19, 2024
1 parent 5960b90 commit 256a3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/4_Visualization.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ The `data` element is just the metabric tibble that we provided to the
`ggplot()` function.

```{r}
plot$data
plot$data |> head()
```

This `plot` list object is really only a specification for how ggplot2 should
Expand Down

0 comments on commit 256a3d0

Please sign in to comment.