check_transect | R Documentation |
A transect data frame is a data frame with Distance column and a Habitat column.
check_transect(
x,
distance = "Distance",
habitat = "Habitat",
unique = TRUE,
sorted = unique,
x_name = substitute(x)
)
x |
A vector of habitat values |
distance |
A string of the name of the column with distance values. |
habitat |
A string of the name of the column with habitat values. |
unique |
A flag indicating whether the distance values must be unique. |
sorted |
A flag indicating whether the distance values must be sorted. |
x_name |
A string of the name of object x or NULL. |
An invisible copy of the original object.
check_transect(trans_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.