Added references to documentation (growth
, initialise
, to_rast
)
Added more comments inside functions
Updated readme (lon/lat data)
Updated documentation (examples and some clarifications)
Default value of max_dist
in initialise()
is now equal to 0.99 quantile of kernel_fun
instead of 0.9
Added examples of lon/lat rasters to package data
Input maps (K_map
and n1_map
) are now wrapped in sim_data
object
Remove print()
from the vignette
All messages produced during initialise()
are now turned off by default (by quiet
parameter)
Changed the appearance of the progress bar in the sim()
function to match that in initialise()
In summary.sim_data()
the r
parameter is now rounded to the 4th decimal place
rangr
is now based on the terra
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