Function to generate spatial settlement probability layers from Allen Coral Atlas maps.
Usage
seascape_probability(
reefoutline = benthic_map,
habitat = reef_map,
probability = NULL,
...
)Arguments
- reefoutline
sfobject (or filepath) for Coral Atlas benthic habitat (reef outline)- habitat
sfobject (or filepath) for Coral Atlas geomorphic classes- probability
Optional data.frame with
class,means, andsecolumns for custom settlement probabilities. If NULL, defaults are used.- ...
Not used. Placeholder for extensibility.