Last data update: 2014.03.03

R: Example data as 'RLum.Data.Image' objects
ExampleData.RLum.Data.ImageR Documentation

Example data as RLum.Data.Image objects

Description

Measurement of Princton Instruments camera imported with the function read_SPE2R to R to produce an RLum.Data.Image object.

Format

Object of class RLum.Data.Image

Version

0.1

Source

ExampleData.RLum.Data.Image

These data were kindly provided by Regina DeWitt.

Lab.: Department of Physics, East-Carolina University, NC, USA
Lab-Code: -
Location: -
Material: -
Reference: -

Image data is a measurement of fluorescent ceiling lights with a cooled Princeton Instruments (TM) camera fitted on Risoe DA-20 TL/OSL reader.

Examples


##load data
data(ExampleData.RLum.Data.Image, envir = environment())

##plot data
plot_RLum(ExampleData.RLum.Data.Image)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Luminescence)
Welcome to the R package Luminescence version 0.6.0 [Built: 2016-05-30 16:47:30 UTC]
The natural dose: 'You only life once.'
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Luminescence/ExampleData.RLum.Data.Image.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ExampleData.RLum.Data.Image
> ### Title: Example data as 'RLum.Data.Image' objects
> ### Aliases: ExampleData.RLum.Data.Image
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
> ##load data
> data(ExampleData.RLum.Data.Image, envir = environment())
> 
> ##plot data
> plot_RLum(ExampleData.RLum.Data.Image)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>