-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
74 lines (73 loc) · 2.41 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
72
73
74
# Generated by roxygen2: do not edit by hand
S3method(format,oxcAARCalibratedDate)
S3method(get_bp,default)
S3method(get_bp,oxcAARCalibratedDate)
S3method(get_bp,oxcAARCalibratedDatesList)
S3method(get_cal_curve,default)
S3method(get_cal_curve,oxcAARCalibratedDate)
S3method(get_cal_curve,oxcAARCalibratedDatesList)
S3method(get_name,default)
S3method(get_name,oxcAARCalibratedDate)
S3method(get_name,oxcAARCalibratedDatesList)
S3method(get_posterior_probabilities,default)
S3method(get_posterior_probabilities,oxcAARCalibratedDate)
S3method(get_posterior_probabilities,oxcAARCalibratedDatesList)
S3method(get_posterior_sigma_ranges,default)
S3method(get_posterior_sigma_ranges,oxcAARCalibratedDate)
S3method(get_posterior_sigma_ranges,oxcAARCalibratedDatesList)
S3method(get_raw_probabilities,default)
S3method(get_raw_probabilities,oxcAARCalibratedDate)
S3method(get_raw_probabilities,oxcAARCalibratedDatesList)
S3method(get_sigma_ranges,default)
S3method(get_sigma_ranges,oxcAARCalibratedDate)
S3method(get_sigma_ranges,oxcAARCalibratedDatesList)
S3method(get_std,default)
S3method(get_std,oxcAARCalibratedDate)
S3method(get_std,oxcAARCalibratedDatesList)
S3method(get_tidy_oxcalresult,default)
S3method(get_tidy_oxcalresult,oxcAARCalibratedDate)
S3method(get_tidy_oxcalresult,oxcAARCalibratedDatesList)
S3method(plot,oxcAARCalibratedDate)
S3method(plot,oxcAARCalibratedDatesList)
S3method(print,oxcAARCalibratedDate)
S3method(print,oxcAARCalibratedDatesList)
export(Boundary)
export(Phase)
export(R_Date)
export(R_Simulate)
export(Sequence)
export(calcurve_plot)
export(executeOxcalScript)
export(get_bp)
export(get_cal_curve)
export(get_name)
export(get_posterior_probabilities)
export(get_posterior_sigma_ranges)
export(get_raw_probabilities)
export(get_sigma_ranges)
export(get_std)
export(get_tidy_oxcalresult)
export(is.oxcAARCalibratedDate)
export(is.oxcAARCalibratedDatesList)
export(oxcAARCalibratedDate)
export(oxcalCalibrate)
export(oxcalSimulate)
export(oxcalSumSim)
export(oxcal_Sum)
export(parseFullOxcalOutput)
export(parseOxcalOutput)
export(quickSetupOxcal)
export(readOxcalOutput)
export(setOxcalExecutablePath)
export(wrap_in_boundaries)
importFrom("graphics","text")
importFrom("stats","na.omit")
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rug)
importFrom(jsonlite,fromJSON)
importFrom(stringr,str_split)
importFrom(utils,tail)