Skip to content
Snippets Groups Projects
Commit a4c0ecd2 authored by Gilquin's avatar Gilquin
Browse files

fix: correct typos

parent b4f8282f
No related branches found
No related tags found
No related merge requests found
......@@ -181,8 +181,8 @@ set_pix_med[[1L]] %>%
lines(predict(eh), col = "red")
# rotated pixset
pixset %>%
imager::imrotate(theta * 180L / pi, ehull$loc[1L], ehull$loc[2L], 1L) %>%
set_pix_med[[1L]] %>%
imager::imrotate(theta * 180L / pi, eh$loc[1L], eh$loc[2L], 1L) %>%
plot(main = "rotated", xlim = c(800L, 950L), ylim = c(150L, 1L))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment