Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

loadDot

Load spatial.dot


Description

Load spatial.dot

Usage

loadDot(
  string = NULL,
  input = NULL,
  spatial,
  disregard.parallels,
  preloading = FALSE
)

Arguments

string

A string of dot connections.

input

The name of a file containing dot connections.

spatial

A spatial data frame.

disregard.parallels

Logical: Should the presence of parallel arrays invalidate potential efficiency peers? See the vignettes for more details.

preloading

Logical: Is this function being called from preload()?

Value

A list containing:

  • dot: A data frame containing the connections between arrays

  • arrays: A list containing detailed information on the arrays

  • dotmat: A matrix of the distance (in number of arrays) between pairs of arrays

  • paths: A list of the all array paths between each pair of arrays.


actel

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.