Description Usage Arguments Value Functions
Maxent writes out ASCII files that are uncompressed. This function transforms the data, converts it to a compressed
geotif, and deletes the original. The default transform rtrans
is to take the round(log(x)*100).
Note that this conversion may be lossy depending on the transform applied.
1 2 3 4 5 |
file |
|
fun |
Function to use to compress the data. Default is |
x |
value passed to |
... |
additional functions to be passed to |
Returns the converted file as a raster() object
rtrans
: transform data to faciliate storing as an integer as round(log(x)*100).
unrtrans
: uncompress data transformed with rtrans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.