powered by
The function for querying a std object for description meta data or creating new description meta data list.
std
desc.std(Description = NA, Title = NA, Sample = NA, Unit = NA, Date = NA, x = NULL)
Terse description of a sample
Title of particular measurement
Name of the sample
To which unit the sample belongs
Day when the sample was taken
An existing std object
Returns a list of 5:
To be used for creating input for desc argument in functions std and tweak.std.
desc
tweak.std
# NOT RUN { # create the object by hand # sieve test data (std) object my_sample <- std( a=c(500, 200, 90, 0), r=c(1.01, 24, 42.8, 32.190), desc=desc.std(Title="Coal powder, learning std") ) # }
Run the code above in your browser using DataLab