C# 클래스 Landis.BDA.SiteResources

파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
NeighborResourceDominance ( IAgent agent ) : void

Calculate the The Resource Dominance of all active NEIGHBORS within the User defined NeighborRadius. The weight of neighbors is dependent upon distance and a weighting algorithm: uniform, linear, or gaussian. Subsampling determined by User defined NeighborSpeedUp. Gaussian equation: http://www.anc.ed.ac.uk/~mjo/intro/node7.html

SiteResourceDominance ( IAgent agent, int ROS ) : void

Calculate the Site Resource Dominance (SRD) for all active sites. The SRD averages the resources for each species as defined in the BDA species table. SRD ranges from 0 - 1.

SiteResourceDominanceModifier ( IAgent agent ) : void

Calculate the Site Resource Dominance MODIFIER for all active sites. Site Resource Dominance Modifier takes into account other disturbances and any ecoregion modifiers defined. SRDMods range from 0 - 1.

SiteVulnerability ( IAgent agent, int ROS, bool considerNeighbor ) : void

Calculate SITE VULNERABILITY Following equations found in Sturtevant et al. 2004. Ecological Modeling 180: 153-174.

메소드 상세

NeighborResourceDominance() 공개 정적인 메소드

Calculate the The Resource Dominance of all active NEIGHBORS within the User defined NeighborRadius. The weight of neighbors is dependent upon distance and a weighting algorithm: uniform, linear, or gaussian. Subsampling determined by User defined NeighborSpeedUp. Gaussian equation: http://www.anc.ed.ac.uk/~mjo/intro/node7.html
public static NeighborResourceDominance ( IAgent agent ) : void
agent IAgent
리턴 void

SiteResourceDominance() 공개 정적인 메소드

Calculate the Site Resource Dominance (SRD) for all active sites. The SRD averages the resources for each species as defined in the BDA species table. SRD ranges from 0 - 1.
public static SiteResourceDominance ( IAgent agent, int ROS ) : void
agent IAgent
ROS int
리턴 void

SiteResourceDominanceModifier() 공개 정적인 메소드

Calculate the Site Resource Dominance MODIFIER for all active sites. Site Resource Dominance Modifier takes into account other disturbances and any ecoregion modifiers defined. SRDMods range from 0 - 1.
public static SiteResourceDominanceModifier ( IAgent agent ) : void
agent IAgent
리턴 void

SiteVulnerability() 공개 정적인 메소드

Calculate SITE VULNERABILITY Following equations found in Sturtevant et al. 2004. Ecological Modeling 180: 153-174.
public static SiteVulnerability ( IAgent agent, int ROS, bool considerNeighbor ) : void
agent IAgent
ROS int
considerNeighbor bool
리턴 void