-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.94 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
export(get_retile_dir)
export(get_tile_dir)
export(get_tiles_path)
export(is_tile_existing)
export(lfa_calculate_patch_density)
export(lfa_calculate_rf_metrics)
export(lfa_capitalize_first_char)
export(lfa_check_flag)
export(lfa_chm)
export(lfa_combine_sf_obj)
export(lfa_convex_hull)
export(lfa_count_returns_all_areas)
export(lfa_count_returns_per_tree)
export(lfa_create_boxplot)
export(lfa_create_density_plots)
export(lfa_create_grouped_bar_plot)
export(lfa_create_neighbor_mean_curves)
export(lfa_create_plot_per_area)
export(lfa_create_ppp_from_area)
export(lfa_create_stacked_distributions_plot)
export(lfa_create_stacked_histogram)
export(lfa_create_tile_location_objects)
export(lfa_detection)
export(lfa_download)
export(lfa_download_areas)
export(lfa_find_n_nearest_trees)
export(lfa_generate_result_table_tests)
export(lfa_get_all_areas)
export(lfa_get_detection_area)
export(lfa_get_detections)
export(lfa_get_detections_species)
export(lfa_get_flag_path)
export(lfa_get_neighbor_paths)
export(lfa_get_species)
export(lfa_ground_correction)
export(lfa_init)
export(lfa_init_data_structure)
export(lfa_intersect_areas)
export(lfa_jsd)
export(lfa_jsd_from_vec)
export(lfa_kld)
export(lfa_kld_from_vec)
export(lfa_ks_test)
export(lfa_load_ctg_if_not_present)
export(lfa_map_tile_locations)
export(lfa_merge_and_save)
export(lfa_plot_confusion_matrix)
export(lfa_precision_per_class)
export(lfa_random_forest)
export(lfa_rasterize_chunk)
export(lfa_rd_to_qmd)
export(lfa_rd_to_results)
export(lfa_read_area_as_catalog)
export(lfa_recall_per_class)
export(lfa_run_test_asymmetric)
export(lfa_run_test_symmetric)
export(lfa_save_all_neighbours)
export(lfa_segmentation)
export(lfa_set_flag)
export(lfa_visit_all_areas)
export(lfa_visualize_rf_metrics)
export(read_catalog)
export(retile)
export(true_example_location)
export(wrong_example_location)
exportClasses(tile_location)
import(lidR)
import(sf)
importFrom(stats,ks.test)