This is a male mosquito class definition for MICRO; it inherits (superclass) from MicroMosquito.

MicroMosquitoMale

Format

An R6Class generator object

Fields

  • ID and Time

    • id: mosquito ID (integer)

    • bDay: time of emergence (numeric)

    • tNow: time of current behavioral state (numeric)

    • tNext: time to next behavioral state change (numeric)

    • genotype: genotype of mosquito (integer)

  • State and Location

    • state: current behavioral state of mosquito (character)

      • M: Male Mating Bout

      • S: Sugar Feeding Attempt Bout

      • R: Male Resting Bout

Methods

  • Constructor

    • new: initialize a new MicroMosquitoMale object

      • Arguments:

        • arg1: something.

  • Getters & Setters

    • a getter:

  • Pointers

    • a pointer