landscape: landscape

Description Usage Arguments Value Examples

View source: R/landscape.R

Description

plot the adaptive landscapes produced by fluctuationDomains

Usage

1
landscape(func, llim = 0, rlim = 1)

Arguments

func

the adaptive landscape to plot

llim

lower limit

rlim

upper limit

Value

the landscape plot

Examples

1
2
logistic_curve = function(x){-x*exp(-x*x/2)}
landscape(logistic_curve, -3, 3)

cboettig/fluctuationDomains documentation built on Sept. 19, 2020, 9:42 p.m.