powered by
"sybilError"
Structure of the class "sybilError".
Objects can be created by calls of the function sybilError:
sybilError
test <- sybilError(errmsg = "", number = NA).
test <- sybilError(errmsg = "", number = NA)
errmsg
Object of class "character" containing an error message.
"character"
number
Object of class "integer" containing an error number.
"integer"
emsg
Object of class "character" error message.
enum
Object of class "integer" error number.
signature(object = "sybilError"): gets the emsg slot.
signature(object = "sybilError")
emsg<-
signature(object = "sybilError"): sets the emsg slot.
signature(object = "sybilError"): gets the enum slot.
enum<-
signature(object = "sybilError"): sets the enum slot.
optimizeProb
# NOT RUN { showClass("sybilError") # }
Run the code above in your browser using DataLab