Creates a base theme for ggplot objects. By default this uses a font that requires installing, and this is handled in the package load and `ncl_setup` function package to be installed.
See also
[ncl_setup()], [show_text_auto()], [font_font_add_google()], [theme_nclics()], [theme()], [theme_classic()]
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
library(NCLRtemplates)
ggplot(iris, aes(Sepal.Width, Sepal.Length, colour = Species)) +
geom_point() +
theme_nclicb()
} # }