-
Added references to documentation (
growth
,initialise
,to_rast
) -
Added more comments inside functions
-
Updated readme (lon/lat data)
-
Updated documentation (examples and some clarifications)
- Added support for lon/lat rasters as input maps
-
Default value of
max_dist
ininitialise()
is now equal to 0.99 quantile ofkernel_fun
instead of 0.9 -
Added examples of lon/lat rasters to package data
-
Input maps (
K_map
andn1_map
) are now wrapped insim_data
object
-
Remove
print()
from the vignette -
All messages produced during
initialise()
are now turned off by default (byquiet
parameter) -
Changed the appearance of the progress bar in the
sim()
function to match that ininitialise()
-
In
summary.sim_data()
ther
parameter is now rounded to the 4th decimal place
-
rangr
is now based on theterra
package -
Added binomial distribution to
get_observation()
(new distribution defining the observation process)
-
Added more default values for
initialize()
's parameters -
Improved documentation for
get_observation()
-
Improved documentation - titles formatting
-
Added more examples to
plot.sim_results()
-
Improved documentation for
get_observations()
. -
Added functionality description for
get_observations()
to the vignettes