TLetru2 | R Documentation |
An example of actual data from a TL measurement
data(TLetru2)
A Risoe.BINfileData.object
This data set gives the TL growth curves for Etruscan vase D173.
to find how to get Dose, df.T, df.y from Risoe.BINFile file, see example section
2703141.bin D173
data(TLetru2)
table<-Lum(TLetru2,Doseb=180,alpha=FALSE,supra=FALSE)
B<-table$b
N<-table$n
table.norm<-table$b
for (j in 1:3){
for (i in 1:3)
{
table.norm[,i,j]<-(B[,i,j])/sum(N[seq(355,405),1,(j-1)*3+i]) #norm sur 380-430°C
}
}
table.données<-cbind(table.norm[,,1],table.norm[,,2],table.norm[,,3])
ii<-c(1,4,7,2,5,8,3,6,9)
table.données<-table.données[seq(1,475),ii]
Dose<-c(0,0,0,180,180,180,360,360,360)
df.T<-matrix(rep(seq(26,500),9),475,9)
df.y<-table.données[,1:9]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.