[Go to Previous] [Go to Next]


Data Analysis

describe - Returns a variety of statistical parameters about an imagery or gridded data object

Usage: describe(myData)
Example:
describe(imageryData)
Remarks:
This function returns the following statistical parameters of data objects returned from loadADDEImage and loadGrid: Multiple data objects can be passed through describe() at once, separated by commas (example: describe(imageryIR,imageryVIS)).

sparkline - Returns a histogram of data values in a data object returned from loadADDEImage and loadGrid

Usage: sparkline(myData)
Example:
sparkline(imageryData)
Remarks:
Multiple data objects can be passed through sparkline() at once, separated by commas (example: sparkline(imageryIR,imageryVIS)).

[Go to Previous] [Go to Next]