Skip to contents

A set of minimal data.frames with fake egg and adult surveys, point and areal release events, traps and trap-types.

Usage

fake_adults

fake_eggs

fake_rpoints

fake_rareal

fake_traps

fake_trap_types

Format

A set of 6 data.frames, some of which also sf POINT objects.

fake_adults

A data.frame with 5 records from 4 days, 3 traps and 3 sterile populations + 1 wild population. The trap codes are consistent with adult traps in fake_traps.

fake_eggs

A data.frame with 4 records from 3 days and 2 traps, one from the sit and one from the control areas. The trap codes are consistent with egg traps in fake_traps.

fake_rpoints

A sf table with 3 point releases from 2 sites.

fake_rareal

A data.frame with 2 areal releases.

fake_traps

A sf table of points with 5 traps of different types. Four in the sit area and one ovitrap in the control area.

fake_trap_types

A data.frame with a minimal trap type specification.

An object of class data.frame with 4 rows and 5 columns.

An object of class sf (inherits from data.frame) with 3 rows and 4 columns.

An object of class data.frame with 2 rows and 3 columns.

An object of class sf (inherits from data.frame) with 5 rows and 4 columns.

An object of class data.frame with 1 rows and 3 columns.

Source

Manually generated for testing purposes.