calculate_omega: function that computes the normalized feasibility from an...

View source: R/overlap.R

calculate_omegaR Documentation

function that computes the normalized feasibility from an interaction matrix

Description

function that computes the normalized feasibility from an interaction matrix

Usage

calculate_omega(vertex, raw = FALSE, nsamples = 100, method = "convex_hull")

Arguments

vertex

all the vertexes of the feasibility domain

raw

TRUE: raw omega, FALSE: normalized omega

nsamples

number of sampled points

method

either 'convex hull' or 'sphere'

Value

the normalized feasibility


clsong/feasoverlap documentation built on Jan. 1, 2023, 7:10 a.m.