PlotLogisticRange3Betas: Plot Logistic Function for two continous variables [0, 1]...

Description Usage Arguments Details Value

Description

Plot Logistic Function for two continous variables [0, 1] (with a constant third)

Usage

1
2
3
4
5
6
7
8
9
PlotLogisticRange3Betas(
  beta0 = 17.5,
  beta1 = -5,
  beta2 = -10,
  beta3 = -20,
  pred_held = 1,
  pred_value = 0.25,
  main_only = FALSE
)

Arguments

beta0

numeric, intercept

beta1

numeric, slope parameter

beta2

numeric, slope parameter

beta3

numeric, slope parameter

pred_held

integer, surface to hold constant

pred_value

integer, value for constant surface

main_only

logical, whether to return only main plot. Default is FALSE.

Details

Requres a Mapbox token and plotly username and api_key.

Value

plotly plot


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.