search for: namefield

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

Did you mean: name_field
2017 Oct 17
0
regex in maps package
...entation = 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 string)? To be precis...