capscaleDS: Generates the results of capscale function and store it on...

Description Usage Arguments Details Value Author(s)

View source: R/capscaleDS.R

Description

This function is implemented by wapper around the vegan function capscaleDS.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
capscaleDS(
  formula,
  data.name.transmit,
  distance = "euclidean",
  sqrt.dist = FALSE,
  comm = NULL,
  add = FALSE,
  dfun = vegan::vegdist,
  metaMDSdist = FALSE,
  na.action = stats::na.fail,
  subset = NULL
)

Arguments

formula

an parameter of unspecified purpose

data.name.transmit

a string character, the name of a dataframe

distance

an parameter of unspecified purpose

sqrt.dist

an parameter of unspecified purpose

comm

an parameter of unspecified purpose

add

an parameter of unspecified purpose

dfun

an parameter of unspecified purpose

metaMDSdist

an parameter of unspecified purpose

na.action

an parameter of unspecified purpose

subset

an parameter of unspecified purpose

Details

The function returns ...

Value

the results of capscaleDS function

Author(s)

Stuart Wheater for DataSHIELD Development Team


StuartWheater/dsMicrobiome documentation built on Dec. 18, 2021, 3:02 p.m.