b2a: Convert data format

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
b2a(b)

Arguments

a

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

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 a "b" sample dataset
data("b")

#convert a to b format
a <- b2a(b)
a

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