min_max_far | R Documentation |
Function for specifying minimum and maximum FAR and creating heatmaps that show all combinations.
min_max_far(nrow, ncol, min_far, max_far)
nrow |
Number of rows |
ncol |
Number of columns |
min_far |
Minimum FAR as a fraction |
max_far |
Maximum FAR as a fraction |
Multiple heatmaps and a print-out of the number of combinations in the console.
min_max_far(nrow = 2, ncol = 2, min_far = 3/4, max_far = 6/4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.