-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOauto_map mask not working #43
Comments
library(SOmap)
#> Loading required package: raster
#> Loading required package: sp
#> Registered S3 methods overwritten by 'ggplot2':
#> method from
#> [.quosures rlang
#> c.quosures rlang
#> print.quosures rlang
SOauto_map(x=c(10,60), y=c(-40,-70), mask=T)
#> Loading required namespace: rgeos SOauto_map(x=c(10,60), y=c(-40,-70), mask=T, trim_background = FALSE) Created on 2019-06-01 by the reprex package (v0.2.1) See #48 |
Refactoring automap has convinced me that |
I have no objections to it being a seperate function. However, it would be good to either have it callable from SOauto_map, or if you want to be fancy have it be able to be called with a pipe. |
Workin' on it! |
It seems to be hating life, I think it is something to do with it hating on the trim_background
Created on 2019-05-10 by the reprex package (v0.2.1)
The text was updated successfully, but these errors were encountered: