plot_response: Plot a response

View source: R/response.R

plot_responseR Documentation

Plot a response

Description

Plot a response

Usage

plot_response(
  x,
  resp = maxent_response(x, plot = FALSE),
  data = NULL,
  rug = TRUE,
  ylim = c(0, 1),
  col = "#DF536B",
  lwd = 2,
  add = FALSE,
  ...
)

Arguments

x

maxent model

resp

data frame of maxent response as per maxent_response

data

data.frame or matrix of from the model or NULL

rug

logical, if TRUE and data is present then add rug plot

ylim

see response

col

see response

lwd

see response

add

see response

...

additional arguments for plotting


BigelowLab/dismotools documentation built on Jan. 4, 2023, 11:24 a.m.