Skip to content

Commit e123ebb

Browse files
committed
Full rebuild
1 parent 310bf48 commit e123ebb

33 files changed

+206
-70
lines changed

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
S3method(c,RLumCarlo_Model_Output)
44
S3method(summary,RLumCarlo_Model_Output)
5+
export(create_ClusterSystem)
56
export(plot_RLumCarlo)
67
export(run_MC_CW_IRSL_LOC)
78
export(run_MC_CW_IRSL_TUN)
@@ -26,6 +27,7 @@ importFrom(grDevices,rainbow)
2627
importFrom(graphics,grid)
2728
importFrom(graphics,legend)
2829
importFrom(graphics,lines)
30+
importFrom(graphics,mtext)
2931
importFrom(graphics,par)
3032
importFrom(graphics,plot)
3133
importFrom(graphics,polygon)

R/create_ClusterSystem.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ create_ClusterSystem <- function(n = 100, h = 0.5, plot = FALSE){
6969
zlab = "Distance [a.u.]",
7070
main = paste0("Cluster system (n = ",n,")")
7171
)
72-
mtext(side = 3, text = paste0("h = ",h," | n_clusters = ", max(unique(cl_groups))))
72+
mtext(side = 3, text = paste0("h = ",h," | n_groups = ", max(unique(cl_groups))))
7373
}
7474

7575
# Return ------------------------------------------------------------------

R/utils.R

+1
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ comb_array <- function(...) abind::abind(..., along = 3)
116116

117117
return(df)
118118
}
119+

README.html

+1-1
Large diffs are not rendered by default.
Binary file not shown.

RLumCarlo.BuildResults/RLumCarlo_0.1.0-Functions.csv

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
"Name","Title","Description","Version","m.Date","m.Time","Author","Citation"
2+
"create_ClusterSystem","Create dosimetric cluster system","In order to allow interaction of an spatial a correlation clusters in RLumCarlo, first a dosimetric system needs to be created in a three-dimensional space, which is the purpose of this function.","0.1.0
3+
",NA,NA,"Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)<br />","Kreutzer, S., 2020. create_ClusterSystem(): Create dosimetric cluster system. Function version 0.1.0. In: Friedrich, J., Kreutzer, S., Pagonis, V., Schmidt, C., 2020. RLumCarlo: Monte-Carlo Methods for Simulating Luminescence Phenomena. R package version 0.1.0.
4+
"
25
"methods_RLumCarlo","methods_RLumCarlo","Methods for S3-generics implemented for the package 'RLumCarlo'.",NA,NA,NA,"Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom),<br /> Johannes Friedrich, University of Bayreuth (Germany),<br />","Kreutzer, S., Friedrich, J., 2020. methods_RLumCarlo(): methods_RLumCarlo. In: Friedrich, J., Kreutzer, S., Pagonis, V., Schmidt, C., 2020. RLumCarlo: Monte-Carlo Methods for Simulating Luminescence Phenomena. R package version 0.1.0.
36
"
47
"plot_RLumCarlo","Plot RLumCarlo Monte-Carlo Simulation Results","Visualise 'RLumCarlo' modelling results without extracting the values manually. Typically visualised are the averaged signal or the number of remaining electrons, with a polygon indicating modelling uncertainties.","0.1.0

RLumCarlo.BuildResults/RLumCarlo_0.1.0-Functions.html

+70-26
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,28 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
5656
<tr>
5757
<td class=firstcolumn>1
5858
</td>
59+
<td class=cellinside>create_ClusterSystem
60+
</td>
61+
<td class=cellinside>Create dosimetric cluster system
62+
</td>
63+
<td class=cellinside>In order to allow interaction of an spatial a correlation clusters in RLumCarlo, first a dosimetric system needs to be created in a three-dimensional space, which is the purpose of this function.
64+
</td>
65+
<td class=cellinside>0.1.0
66+
67+
</td>
68+
<td class=cellinside>
69+
</td>
70+
<td class=cellinside>
71+
</td>
72+
<td class=cellinside>Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)<br />
73+
</td>
74+
<td class=cellinside>Kreutzer, S., 2020. create_ClusterSystem(): Create dosimetric cluster system. Function version 0.1.0. In: Friedrich, J., Kreutzer, S., Pagonis, V., Schmidt, C., 2020. RLumCarlo: Monte-Carlo Methods for Simulating Luminescence Phenomena. R package version 0.1.0.
75+
76+
</td></tr>
77+
78+
<tr>
79+
<td class=firstcolumn>2
80+
</td>
5981
<td class=cellinside>methods_RLumCarlo
6082
</td>
6183
<td class=cellinside>methods_RLumCarlo
@@ -75,7 +97,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
7597
</td></tr>
7698

7799
<tr>
78-
<td class=firstcolumn>2
100+
<td class=firstcolumn>3
79101
</td>
80102
<td class=cellinside>plot_RLumCarlo
81103
</td>
@@ -97,7 +119,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
97119
</td></tr>
98120

99121
<tr>
100-
<td class=firstcolumn>3
122+
<td class=firstcolumn>4
101123
</td>
102124
<td class=cellinside>run_MC_CW_IRSL_LOC
103125
</td>
@@ -119,7 +141,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
119141
</td></tr>
120142

121143
<tr>
122-
<td class=firstcolumn>4
144+
<td class=firstcolumn>5
123145
</td>
124146
<td class=cellinside>run_MC_CW_IRSL_TUN
125147
</td>
@@ -141,7 +163,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
141163
</td></tr>
142164

143165
<tr>
144-
<td class=firstcolumn>5
166+
<td class=firstcolumn>6
145167
</td>
146168
<td class=cellinside>run_MC_CW_OSL_DELOC
147169
</td>
@@ -163,7 +185,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
163185
</td></tr>
164186

165187
<tr>
166-
<td class=firstcolumn>6
188+
<td class=firstcolumn>7
167189
</td>
168190
<td class=cellinside>run_MC_ISO_DELOC
169191
</td>
@@ -185,7 +207,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
185207
</td></tr>
186208

187209
<tr>
188-
<td class=firstcolumn>7
210+
<td class=firstcolumn>8
189211
</td>
190212
<td class=cellinside>run_MC_ISO_LOC
191213
</td>
@@ -207,7 +229,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
207229
</td></tr>
208230

209231
<tr>
210-
<td class=firstcolumn>8
232+
<td class=firstcolumn>9
211233
</td>
212234
<td class=cellinside>run_MC_ISO_TUN
213235
</td>
@@ -229,7 +251,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
229251
</td></tr>
230252

231253
<tr>
232-
<td class=firstcolumn>9
254+
<td class=firstcolumn>10
233255
</td>
234256
<td class=cellinside>run_MC_LM_OSL_DELOC
235257
</td>
@@ -251,7 +273,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
251273
</td></tr>
252274

253275
<tr>
254-
<td class=firstcolumn>10
276+
<td class=firstcolumn>11
255277
</td>
256278
<td class=cellinside>run_MC_LM_OSL_LOC
257279
</td>
@@ -273,7 +295,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
273295
</td></tr>
274296

275297
<tr>
276-
<td class=firstcolumn>11
298+
<td class=firstcolumn>12
277299
</td>
278300
<td class=cellinside>run_MC_LM_OSL_TUN
279301
</td>
@@ -295,7 +317,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
295317
</td></tr>
296318

297319
<tr>
298-
<td class=firstcolumn>12
320+
<td class=firstcolumn>13
299321
</td>
300322
<td class=cellinside>run_MC_TL_DELOC
301323
</td>
@@ -317,7 +339,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
317339
</td></tr>
318340

319341
<tr>
320-
<td class=firstcolumn>13
342+
<td class=firstcolumn>14
321343
</td>
322344
<td class=cellinside>run_MC_TL_LOC
323345
</td>
@@ -339,7 +361,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
339361
</td></tr>
340362

341363
<tr>
342-
<td class=firstcolumn>14
364+
<td class=firstcolumn>15
343365
</td>
344366
<td class=cellinside>run_MC_TL_TUN
345367
</td>
@@ -422,6 +444,28 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
422444
<tr>
423445
<td class=firstcolumn>1
424446
</td>
447+
<td class=cellinside>create_ClusterSystem
448+
</td>
449+
<td class=cellinside>Create dosimetric cluster system
450+
</td>
451+
<td class=cellinside>In order to allow interaction of an spatial a correlation clusters in RLumCarlo, first a dosimetric system needs to be created in a three-dimensional space, which is the purpose of this function.
452+
</td>
453+
<td class=cellinside>0.1.0
454+
455+
</td>
456+
<td class=cellinside>
457+
</td>
458+
<td class=cellinside>
459+
</td>
460+
<td class=cellinside>Sebastian Kreutzer, Geography & Earth Sciences, Aberystwyth University (United Kingdom)<br />
461+
</td>
462+
<td class=cellinside>Kreutzer, S., 2020. create_ClusterSystem(): Create dosimetric cluster system. Function version 0.1.0. In: Friedrich, J., Kreutzer, S., Pagonis, V., Schmidt, C., 2020. RLumCarlo: Monte-Carlo Methods for Simulating Luminescence Phenomena. R package version 0.1.0.
463+
464+
</td></tr>
465+
466+
<tr>
467+
<td class=firstcolumn>2
468+
</td>
425469
<td class=cellinside>methods_RLumCarlo
426470
</td>
427471
<td class=cellinside>methods_RLumCarlo
@@ -441,7 +485,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
441485
</td></tr>
442486

443487
<tr>
444-
<td class=firstcolumn>2
488+
<td class=firstcolumn>3
445489
</td>
446490
<td class=cellinside>plot_RLumCarlo
447491
</td>
@@ -463,7 +507,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
463507
</td></tr>
464508

465509
<tr>
466-
<td class=firstcolumn>3
510+
<td class=firstcolumn>4
467511
</td>
468512
<td class=cellinside>run_MC_CW_IRSL_LOC
469513
</td>
@@ -485,7 +529,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
485529
</td></tr>
486530

487531
<tr>
488-
<td class=firstcolumn>4
532+
<td class=firstcolumn>5
489533
</td>
490534
<td class=cellinside>run_MC_CW_IRSL_TUN
491535
</td>
@@ -507,7 +551,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
507551
</td></tr>
508552

509553
<tr>
510-
<td class=firstcolumn>5
554+
<td class=firstcolumn>6
511555
</td>
512556
<td class=cellinside>run_MC_CW_OSL_DELOC
513557
</td>
@@ -529,7 +573,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
529573
</td></tr>
530574

531575
<tr>
532-
<td class=firstcolumn>6
576+
<td class=firstcolumn>7
533577
</td>
534578
<td class=cellinside>run_MC_ISO_DELOC
535579
</td>
@@ -551,7 +595,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
551595
</td></tr>
552596

553597
<tr>
554-
<td class=firstcolumn>7
598+
<td class=firstcolumn>8
555599
</td>
556600
<td class=cellinside>run_MC_ISO_LOC
557601
</td>
@@ -573,7 +617,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
573617
</td></tr>
574618

575619
<tr>
576-
<td class=firstcolumn>8
620+
<td class=firstcolumn>9
577621
</td>
578622
<td class=cellinside>run_MC_ISO_TUN
579623
</td>
@@ -595,7 +639,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
595639
</td></tr>
596640

597641
<tr>
598-
<td class=firstcolumn>9
642+
<td class=firstcolumn>10
599643
</td>
600644
<td class=cellinside>run_MC_LM_OSL_DELOC
601645
</td>
@@ -617,7 +661,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
617661
</td></tr>
618662

619663
<tr>
620-
<td class=firstcolumn>10
664+
<td class=firstcolumn>11
621665
</td>
622666
<td class=cellinside>run_MC_LM_OSL_LOC
623667
</td>
@@ -639,7 +683,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
639683
</td></tr>
640684

641685
<tr>
642-
<td class=firstcolumn>11
686+
<td class=firstcolumn>12
643687
</td>
644688
<td class=cellinside>run_MC_LM_OSL_TUN
645689
</td>
@@ -661,7 +705,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
661705
</td></tr>
662706

663707
<tr>
664-
<td class=firstcolumn>12
708+
<td class=firstcolumn>13
665709
</td>
666710
<td class=cellinside>run_MC_TL_DELOC
667711
</td>
@@ -683,7 +727,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
683727
</td></tr>
684728

685729
<tr>
686-
<td class=firstcolumn>13
730+
<td class=firstcolumn>14
687731
</td>
688732
<td class=cellinside>run_MC_TL_LOC
689733
</td>
@@ -705,7 +749,7 @@ <h4 align="center"> [version: 0.1.0 ]</h4>
705749
</td></tr>
706750

707751
<tr>
708-
<td class=firstcolumn>14
752+
<td class=firstcolumn>15
709753
</td>
710754
<td class=cellinside>run_MC_TL_TUN
711755
</td>

0 commit comments

Comments
 (0)