Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiste committed Dec 4, 2024
1 parent 4e86b4b commit d79756a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,15 @@ ggplot(quakes_profile, aes(X, depth, color = mag, size = abs(Y), alpha = abs(Y))
labs(x = bquote("Distance along profile (" * degree * ")"), y = "Depth (km)") +
theme_classic()
```

## Documentation

The detailed documentation can be found at
https://tobiste.github.io/geoprofiler/articles/geoprofiler.html


## Author

Tobias Stephan (<[email protected]>)

## Feedback, issues, and contributions
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ ggplot(quakes_profile, aes(X, depth, color = mag, size = abs(Y), alpha = abs(Y))
theme_classic()
```

<img src="man/figures/README-plot-1.png" width="100%" /> \##
Documentation The detailed documentation can be found at
<img src="man/figures/README-plot-1.png" width="100%" />

## Documentation

The detailed documentation can be found at
<https://tobiste.github.io/geoprofiler/articles/geoprofiler.html>

## Author
Expand Down

0 comments on commit d79756a

Please sign in to comment.