Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
LydiaYW committed Nov 19, 2024
1 parent 56d36f8 commit c563da9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vignettes/FirstVignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ knitr::opts_chunk$set(

```{r setup}
library(egpkg)
set.seed(123)
x <- rnorm(100)
y <- 2*x + rnorm(100)
myplot(x, y)
```
```{r}
knitr::include_graphics(system.file("Rlogo.jpeg", package = "egpkg"))
```

0 comments on commit c563da9

Please sign in to comment.