theme_map_fertilizer: Create base map theme for further use. Adapted from theme...

Description Usage Arguments Author(s) Examples

Description

Create base map theme for further use. Adapted from theme maps. https://www.rdocumentation.org/packages/ggthemes/versions/3.5.0/source

Usage

1
theme_map_fertilizer(base_size = 9, base_family = "")

Arguments

base_size

the size for font in the map.

base_family

the font family in the map.

Author(s)

Wenlong Liu

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
require(usfertilizer)
require(ggfertilizer)
data(us_fertilizer_county)
# Generate a map.
us_plot <- map_us_fertilizer(data = us_fertilizer_county,
Year = 2010, Nutrient = "N",
level = "county", facet="Year", Farm_Type = "farm")

# Add user_defined map theme.
us_plot = us_plot + theme_map_fertilizer(base_size = 12)

wenlong-liu/ggfertilizer documentation built on May 28, 2019, 8:43 a.m.