c2b: Convert data format

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
c2b(c)

Arguments

a

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

Value

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

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
b <- c2b(c)
b

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