Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
embruna committed Jul 24, 2024
1 parent 2129a6b commit 8a53266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_net_country.R
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ plot_net_country <- function(data,
products[["data_path"]] <- allEdges
products[["data_polygon"]] <- world_map.df
products[["data_points"]] <- data.frame(layoutCoordinates)
products[["fixable_countries"]] <- data.frame(fixable_cities)
products[["fixable_countries"]] <- data.frame(fixable_countries)

fix_text1<-"The dataset has entries with a 'country' for which"
fix_text2<-" there is not lat/lon. If you want to include them in"
Expand Down

0 comments on commit 8a53266

Please sign in to comment.