Skip to contents

The function initialises various options used by the package upon loading:

  1. The following options are initialised:

    • duflor.default_hsv_spectrums

    • duflor.default_identifier_area

Usage

.onLoad(lib, pkg)

Arguments

lib

/

pkg

/

Note

When a package pkg is attached (see Link below) via library(pkg), or the first time a function of the package pkg is called via pkg::fun(), this function gets called.

See also

The differences between attaching and loading a package are somewhat difficult to understand. I found these explanations on