Files
forested/NAMESPACE
2026-02-10 04:52:37 -05:00

136 lines
3.9 KiB
Plaintext

# Generated by roxygen2: do not edit by hand
export(calculate_ga_aoa)
export(combine_forest)
export(create_stats_summary)
export(get_epa_ecoregions)
export(helper_save_fig)
export(plot_ecoregion_comparison)
export(plot_failure_mechanism)
export(plot_ga_comparison_map)
export(plot_georgia_aoa)
export(plot_precip_hex_comparison)
export(plot_regional_comparison)
export(plot_rf_importance)
export(plot_spatial_exploration)
export(plot_state_topo)
export(plot_theme_diagnostic)
export(plot_us_map)
export(process_ecoregions)
export(save_combined_topo)
export(save_error_map_png)
export(save_outlier_map_png)
export(setup_forestry_fonts)
export(style_audit_table)
export(theme_forestry_plot)
export(theme_forestry_spatial)
export(theme_forestry_void)
importFrom(colorspace,scale_color_discrete_qualitative)
importFrom(colorspace,scale_fill_discrete_qualitative)
importFrom(cowplot,background_grid)
importFrom(cowplot,theme_cowplot)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,where)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guide_none)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_alpha)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggrepel,geom_label_repel)
importFrom(gt,fmt_number)
importFrom(gt,gt)
importFrom(gt,opt_row_striping)
importFrom(gt,px)
importFrom(gt,tab_header)
importFrom(gt,tab_options)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(psych,describe)
importFrom(ranger,ranger)
importFrom(rmapshaper,ms_filter_islands)
importFrom(rmapshaper,ms_simplify)
importFrom(scales,squish)
importFrom(sf,read_sf)
importFrom(sf,sf_use_s2)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_filter)
importFrom(sf,st_intersection)
importFrom(sf,st_join)
importFrom(sf,st_make_grid)
importFrom(sf,st_make_valid)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(showtext,showtext_auto)
importFrom(spdep,card)
importFrom(spdep,dnearneigh)
importFrom(spdep,lag.listw)
importFrom(spdep,nb2listw)
importFrom(stats,predict)
importFrom(stringr,str_wrap)
importFrom(sysfonts,font_add_google)
importFrom(terra,rast)
importFrom(terra,shade)
importFrom(terra,terrain)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyterra,geom_spatraster)
importFrom(tidyterra,scale_fill_hypso_c)
importFrom(tigris,shift_geometry)
importFrom(tigris,states)
importFrom(utils,download.file)
importFrom(utils,unzip)
importFrom(vip,vi)
importFrom(waywiser,ww_area_of_applicability)