diff --git a/R/plotcountrymap.R b/R/plotcountrymap.R index 4c920cf..5396a01 100644 --- a/R/plotcountrymap.R +++ b/R/plotcountrymap.R @@ -29,7 +29,6 @@ plotcountrymap<-function(x,hatching=FALSE,...) { if (! requireNamespace("rworldmap", quietly = TRUE)) { stop("Package 'rworldmap' must be installed to use 'luplot::plotcountrymap()'.", call. = FALSE) } - # require(methods) namedim<-getNames(x) if(is.null(namedim)){namedim=1} year<-getYears(x)