summary.bitacora: Summary method for bitacora objects

Description Usage Arguments Value Examples

View source: R/bitacora-class.R

Description

Get summary information of bitacora object.

Usage

1
2
## S3 method for class 'bitacora'
summary(object, language = "spanish", latByPort = FALSE)

Arguments

object

Object of class bitacora.

language

The select language to print the summary of bitacora objects.

latByPort

logical. By default (FALSE) to get the latitude accoding the log book information, and to get the latitude according the port (TRUE).

Value

A list of summary.bitacora class. This contains:

Examples

1
2
3
4
5
6
7
8
9
# Read a example of data base
bitacoraData = system.file("extdata", "bitacoraData.csv", package = "imarpe")

# Create a object of bitacora class
bitacoraObject = getBitacoraData(file = bitacoraData)
class(bitacoraObject)

# Produce the summary of bitacora class object
summary(bitacoraObject)

imarpe/imarpe documentation built on Aug. 8, 2020, 8:40 p.m.