a2c: Convert data format

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
a2c(a)

Arguments

a

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

Value

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

Author(s)

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

Examples

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

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

#convert a to b format
c <- a2c(a)
c

turf-reserves/mpa.tools documentation built on June 1, 2019, 2:55 a.m.