```{asis, echo = {{vis_responsePlot_knit & vis_maxnet_knit}}, eval = {{vis_responsePlot_knit & vis_maxnet_knit}}, include = {{vis_responsePlot_knit & vis_maxnet_knit}}}

Visualize

Visualize response curves from "{{alg_rmd}}" model.

```r}, include = {{vis_responsePlot_knit & vis_maxnet_knit}}}
# Create response curves
maxnet::response.plot(
  model_{{spAbr}}@models[["{{curModel_rmd}}"]],
  v = names(bgMask_{{spAbr}}),
  type = "cloglog")

```{asis, echo = {{vis_responsePlot_knit & !vis_maxnet_knit}}, eval = {{vis_responsePlot_knit & !vis_maxnet_knit}}, include = {{vis_responsePlot_knit & !vis_maxnet_knit}}}

Visualize

Visualize response curves from "{{alg_rmd}}" model.

```r}, include = {{vis_responsePlot_knit & !vis_maxnet_knit}}}
# Create response curves
dismo::response(
  model_{{spAbr}}@models[["{{curModel_rmd}}"]],
  var = names(bgMask_{{spAbr}}))


Try the wallace package in your browser

Any scripts or data that you put into this service are public.

wallace documentation built on May 29, 2024, 1:16 a.m.