Skip to content

Commit 0b6d7bf

Browse files
committed
update geom_polygon param 'size' -> 'linewidth'
1 parent eedbbbd commit 0b6d7bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatialcluster
22
Title: R port of redcap
3-
Version: 0.1.0.023
3+
Version: 0.1.0.024
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"))
66
Description: R port of redcap (Regionalization with dynamically

R/plot-fns.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ plot.scl <- function (x, ..., hull_alpha = 1) {
116116
colour = cl_cols$col [hulls$id],
117117
fill = cl_cols$col [hulls$id],
118118
alpha = 0.1,
119-
size = hull_width
119+
linewidth = hull_width
120120
) +
121121
ggthemes::theme_solarized ()
122122

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/mpadge/spatialcluster",
88
"issueTracker": "https://github.com/mpadge/spatialcluster/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.1.0.023",
10+
"version": "0.1.0.024",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

0 commit comments

Comments
 (0)