Description Usage Arguments Value Examples
This is a generic function to compute the inter-quartile range of a dataset.
1 2 3 4 5 6 7  | 
x | 
 Either a numeric vector or a   | 
na.rm | 
 A boolean for removing missing values (default:   | 
type | 
 An integer selecting one of the many quantile algorithms, see
  | 
validate | 
 A boolean that specifies whether the input format should be
checked (default:   | 
A positive scalar representing the inter-quartile range of the input dataset.
1 2 3 4  | IQR(1:10)
file <- system.file("extdata", "Case001_CST_Left.csv", package = "fdatractography")
cst_left <- read_tract(file)
IQR(cst_left)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.