
Last chance! 50% off unlimited learning
Sale ends in
This is the constructor function for objects of the ResScanOutputUniFunct class which inherits from class ResScanOutput.
ResScanOutputUniFunct(
sites_clusters,
pval_clusters,
centres_clusters,
radius_clusters,
areas_clusters,
system,
times = NULL,
sites_coord,
data,
method
)
An object of class ResScanOutputUniFunct which is a list of the following elements:
sites_clusters: List of the indices of the sites of the selected clusters.
pval_clusters: The pvalues of the selected clusters.
centres_clusters: Coordinates of the centres of the selected clusters.
radius_clusters: Radius of the selected clusters.
areas_clusters: Areas of the selected clusters.
system: System in which the coordinates are expressed: "Euclidean" or "WGS84".
sites_coord: Coordinates of the sites (or the individuals, in that case there can be many individuals with the same coordinates).
data: Matrix.
times: times of observation of the data.
method : the scan procedure used
list. List of the indices of the sites of the selected clusters.
numeric vector. The pvalues of the selected clusters.
numeric matrix. Coordinates of the centres of the selected clusters.
numeric vector. Radius of the selected clusters.
numeric vector. Areas of the selected clusters.
character. System in which the coordinates are expressed: "Euclidean" or "WGS84".
numeric. Times of observation of the data. By default NULL.
numeric matrix. Coordinates of the sites (or the individuals, in that case there can be many individuals with the same coordinates).
matrix. Matrix of the data, the rows correspond to the sites (or to the individuals) and each column represents an observation time.
character. The scan procedure used.