Skip to content

Commit

Permalink
rm detritus from polar coordinates experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
corybrunson committed Dec 30, 2024
1 parent 0c36b1c commit 0d03190
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions inst/examples/ex-geom-vector.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# cartesian coordinates
us_center <- sapply(state.center, \(x) (min(x) + max(x)) / 2)
state_center <- cbind(
state = state.abb,
Expand All @@ -8,8 +7,3 @@ ggplot(state_center, aes(x, y, label = state)) +
coord_equal() +
geom_vector() +
geom_text_radiate()
# polar coordinates
height_corr <- data.frame(
measurement = colnames(Harman23.cor$cov),
correlation = Harman23.cor$cov[1, ]
)
6 changes: 0 additions & 6 deletions man/geom_vector.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d03190

Please sign in to comment.