Description Usage Arguments Value Examples
This function calculates day-to-day similarity of images based on the CLI file.
| 1 | detectShifts(cli_path)
 | 
| cli_path | a character string, path to the CLI file | 
a data.frame with two columns containing day-to-day correlations of the brightness and blue bands
| 1 2 3 4 5 6 | cli_path <- system.file(package = 'xROI', 'archboldbahia-cli.jpg')
cor_mat <- detectShifts(cli_path)
plot(cor_mat$brightness.cor)
plot(cor_mat$blue.cor)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.