Skip to content

Commit

Permalink
rose plot update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiste committed Jun 21, 2024
1 parent 4567b1a commit c28b002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/D_statistics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rose(san_andreas$azi, weights = 1 / san_andreas$unc, main = "North pole",
dots = TRUE, stack = TRUE, dot_cex = 0.5, dot_pch = 21)
# add the density curve
plot_density(san_andreas$azi, bw = 9, col = "dodgerblue", shrink = 1.5)
plot_density(san_andreas$azi, kappa = 10, col = "dodgerblue", shrink = 1.5)
```

The diagram shows the uncertainty-weighted frequencies (equal area rose fans),
Expand All @@ -100,7 +100,7 @@ chosen geographic coordinate system.
```{r rose2, echo=TRUE}
rose(san_andreas.por$azi, weights = 1 / san_andreas$unc, main = "PoR",
dots = TRUE, stack = TRUE, dot_cex = 0.5, dot_pch = 21)
plot_density(san_andreas.por$azi, bw = 9, col = "dodgerblue", shrink = 1.5)
plot_density(san_andreas.por$azi, kappa = 10, col = "dodgerblue", shrink = 1.5)
# show the predicted direction
rose_line(135, radius = 1.1, col = "#009E73")
Expand Down

0 comments on commit c28b002

Please sign in to comment.