validateMapframe: Validate 'mapframe' object.

Description Usage Arguments Value Mapframe

View source: R/map.R

Description

Validate mapframe object.

Usage

1
2
3
4
5
6
7
validateMapframe(x, ...)

## S3 method for class 'data.frame'
validateMapframe(x)

## S3 method for class 'mapframe'
validateMapframe(x)

Arguments

x

A mapframe or equivalent data.frame.

Value

TRUE if object is a valid mapframe or equivalent data.frame; otherwise, returns first error.

Mapframe

A mapframe object is a class of data.frame that contains mapped information, or a data.frame with equivalent properties. The leftmost two columns of every mapframe object must be as follows:

Any number of additional data columns can be included. If present, the row names indicate the locus IDs, which should be unique within the given mapframe.


gact/shmootl documentation built on Nov. 11, 2021, 6:23 p.m.