Skip to content

Commit 4f523f6

Browse files
committed
style: styler
1 parent ba1466b commit 4f523f6

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

R/leg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
#' plot.window(xlim = c(0, 1), ylim = c(0, 1), asp = 1)
236236
#' set.seed(46)
237237
#' x <- rnorm(10000) * 1000
238-
#' val <- hist(x, breaks = quantile(x, 0:10/10), plot = FALSE)
238+
#' val <- hist(x, breaks = quantile(x, 0:10 / 10), plot = FALSE)
239239
#' leg(
240240
#' type = "histo",
241241
#' alpha = 1,

R/lg_prop.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ leg_prop <- function(pos = "left",
8383
title_dim <- get_title_dim(title, title_cex)
8484

8585
# adjust max_val
86-
if(is.null(val_max)){
86+
if (is.null(val_max)) {
8787
val_max <- max(val)
8888
}
8989

R/lg_prop_horiz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ leg_prop_h <- function(pos = "left",
8383
title_dim <- get_title_dim(title, title_cex)
8484

8585
# adjust max_val
86-
if(is.null(val_max)){
86+
if (is.null(val_max)) {
8787
val_max <- max(val)
8888
}
8989

man/leg.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

maplegend.Rproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ AutoAppendNewline: Yes
1616
StripTrailingWhitespace: Yes
1717

1818
BuildType: Package
19-
PackageUseDevtools: Yes
2019
PackageInstallArgs: --no-multiarch --with-keep.source
2120
PackageRoxygenize: rd,collate,namespace,vignette

0 commit comments

Comments
 (0)