Description Usage Arguments Value Examples
Returns the sine (sin) of each values in a raster.
1 |
input |
Input raster file. |
output |
Output raster file. |
verbose_mode |
Sets verbose mode. If verbose mode is False, tools will not print output messages. |
Returns the tool text outputs.
1 2 3 4 5 | ## Not run:
dem <- system.file("extdata", "DEM.tif", package="whitebox")
sin(input = dem, output = 'output.tif')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.