Learn R Programming

sybil (version 2.0.0)

sybilError-class: Class "sybilError"

Description

Structure of the class "sybilError".

Arguments

Objects from the Class

Objects can be created by calls of the function sybilError:

test <- sybilError(errmsg = "", number = NA).

errmsg:

Object of class "character" containing an error message.

number:

Object of class "integer" containing an error number.

Slots

emsg:

Object of class "character" error message.

enum:

Object of class "integer" error number.

Methods

emsg:

signature(object = "sybilError"): gets the emsg slot.

emsg<-:

signature(object = "sybilError"): sets the emsg slot.

enum:

signature(object = "sybilError"): gets the enum slot.

enum<-:

signature(object = "sybilError"): sets the enum slot.

See Also

optimizeProb

Examples

Run this code
# NOT RUN {
  showClass("sybilError")
# }

Run the code above in your browser using DataLab