forked from timcdlucas/disaggregation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 749 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 749 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,disag_data)
S3method(plot,disag_model)
S3method(plot,disag_prediction)
S3method(predict,disag_model)
S3method(print,disag_data)
S3method(print,disag_model)
S3method(print,disag_prediction)
S3method(summary,disag_data)
S3method(summary,disag_model)
S3method(summary,disag_prediction)
export(as.disag_data)
export(build_mesh)
export(disag_model)
export(getCovariateRasters)
export(getPolygonData)
export(getStartendindex)
export(make_model_object)
export(plot_disag_model_data)
export(predict_model)
export(predict_uncertainty)
export(prepare_data)
import(ggplot2)
import(splancs)
import(utils)
importFrom(stats,cor)
importFrom(stats,quantile)
importFrom(stats,sd)
useDynLib(disaggregation)