Skip to content

Commit

Permalink
fixed small typo in vignette 01
Browse files Browse the repository at this point in the history
  • Loading branch information
cneyens committed Aug 1, 2024
1 parent 955f0e3 commit 8e48490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/vign-01-overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,9 @@ grid() # add gridlines to plot
```

A major benefit of the AEM approach is that no numerical grid of the domain is needed. This allows to zoom in on an area of interest without altering or rerunning the model, as illustrated by the plot of the inset area around well A (green rectangular in the first plot).
A major benefit of the AEM approach is that no numerical grid of the domain is needed. This allows to zoom in on an area of interest without altering or rerunning the model, as illustrated by a plot of the inset area around well A (green rectangle in the first plot).

```{r fig-inset-well}
# view inset near well A
xg = seq(-500, 50, length = 100)
yg = seq(-200, 150, length = 100)
Expand Down

0 comments on commit 8e48490

Please sign in to comment.