Description Usage Arguments Examples
View source: R/SentinelCalibration.R
Calculates a linear equation between Sentinel SR and TOA. Returns the intercept and slope as a data frame, along with the r^2
1 | getCalibrationCoeffs(sentineldf, toaColName, srColName)
|
sentineldf |
Data.frame containing paired Sentinel TOA and SR values for a band or index |
toaColName |
column name for Sentinel TOA values |
srColName |
column name for Senintel SR values |
1 2 | # get linear coefficients
coefficients <- getCalibrationCoeffs(sentinelData_df, 'Sentinel_TOA', 'Sentinel_SR')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.