search for: myborder

Displaying 1 result from an estimated 1 matches for "myborder".

Did you mean: mborder
2017 Oct 17
0
regex in maps package
...eters = NULL, orientation = NULL, fill = FALSE, col = 1, plot = TRUE, add = FALSE, namesonly = FALSE, xlim = NULL, ylim = NULL, wrap = FALSE, resolution = if (plot) 1 else 0, type = "l", bg = par("bg"), mar = c(4.1, 4.1, par("mar")[3], 0.1), myborder = 0.01, namefield="name", lforce="n", ...) My query is the regex regions="." will match any single character. Should it not be regions =".*" to be precise? Although I do realize that "." will also match any string except "" (the empty str...