View source: R/observationType.R
observationType | R Documentation |
Return the type of observations (single or multiple observers) represented in either a fitted distance function or Rdistance data frame.
observationType(x)
x |
Either an estimated distance function, output by
|
This function is a simple helper function. If x
is an
estimated distance object, it polls the obsType
attribute of the object's Rdistance data frame. If x
is an Rdistance nested data frame, it
polls the obsType
attribute.
One of the following values: "single", "1given2", "2given1", or "both". If observation type has not been assigned, return is NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.