# Generated by roxygen2: do not edit by hand

S3method(plot,sl_output)
S3method(plot,sl_stand)
S3method(print,sl_output)
S3method(print,sl_stand)
S3method(summary,sl_output)
S3method(summary,sl_stand)
export(check_coordinates)
export(check_inventory)
export(check_monthly_radiations)
export(check_polygon)
export(check_sensors)
export(create_sl_stand)
export(create_xy_from_lonlat)
export(get_bottom_azimut)
export(get_monthly_radiations)
export(get_z)
export(plot_inventory)
export(plot_slope_profile)
export(run_sl)
export(run_sl_advanced)
export(sl_compute_nrj_diffuse)
export(sl_compute_sunazimut)
export(sl_create_rays_diffuse)
export(sl_create_rays_direct)
importFrom(Rcpp,sourceCpp)
importFrom(concaveman,concaveman)
importFrom(data.table,fifelse)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,recode)
importFrom(dplyr,select)
importFrom(dplyr,summarize_all)
importFrom(ggforce,geom_circle)
importFrom(ggforce,geom_ellipse)
importFrom(ggnewscale,new_scale_fill)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,arrow)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_curve)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(httr,GET)
importFrom(patchwork,plot_layout)
importFrom(patchwork,plot_spacer)
importFrom(scales,pretty_breaks)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_collection_extract)
importFrom(sf,st_coordinates)
importFrom(sf,st_intersects)
importFrom(sf,st_is_valid)
importFrom(sf,st_make_valid)
importFrom(sf,st_minimum_rotated_rectangle)
importFrom(sf,st_point)
importFrom(sf,st_transform)
importFrom(sfheaders,sf_polygon)
importFrom(stats,runif)
importFrom(tidyr,crossing)
importFrom(tidyr,expand_grid)
importFrom(utils,read.table)
useDynLib(SamsaRaLight, .registration = TRUE)
