lims_result_statistics(data, plot = "boxplot", log = TRUE)
 
     
    
    Arguments
- data
 
lims report data (from lims_report_data)
 
- plot
 
if NULL no plot is created, if "boxplot" a boxplot is shown,
if "histogram" a histogram
 
- log
 
when plot, use the log-scale?
 
 
    
    Value
    list with measured parameters and some base statistics
     
    
    Examples
    if (FALSE) { # \dontrun{
view(lims_result_statistics(reportdata))
} # }