b2c: Convert data format

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
b2c(b)

Arguments

a

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

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

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

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