ggfertilizer— title: “Visualize fertilizer data in U.S. maps” author: “Wenlong Liu” date: “2018-07-13” output: rmarkdown::html_vignette

vignette: > % % % —

Plotting data in US maps.

Maps at state level.

Chanage projection system

We can also change the projection system of the map to “albers” projection.

us_plot +
  ggtitle(paste(Nutrient,  " from ", Input_Type, " input to ", Farm_Type, " in the year of ",Year,
                     " at ", level, " level",sep = ""))+
  coord_map("albers",lat0=39, lat1=45)