c2a: Convert data format

Description Usage Arguments Value Author(s) Examples

Description

Convert fish transect data from format c to format a; See details. Convierte datos de transectos de peces del formato c al formato a; Ver detalles

Usage

1
c2a(c)

Arguments

a

A data.frame with the format c. Un data.frame en formato c

Value

A data.frame wih the format a. Un data.frame en formato a

Author(s)

VillaseƱor-Derbez, J.C. <jvillasenor@turfeffect.org>

Examples

1
2
3
4
5
6
7
8
#library(MPAtools)

#load an "c" sample dataset
data("c")

#convert c to a format
a <- c2a(c)
a

turf-reserves/MPAtools documentation built on June 1, 2019, 2:54 a.m.