Skip to content

Commit

Permalink
added "histogram" as S4 class
Browse files Browse the repository at this point in the history
  • Loading branch information
andrechalom committed May 26, 2015
1 parent 392b980 commit 0ed5061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/sads-classes.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ setClass("rad", representation("data.frame"), validity = function(object) {

setClass("fitsad", representation("mle2", sad="character", distr="character", trunc="numeric"))
setClass("fitrad", representation("mle2", rad="character", distr="character", trunc="numeric", rad.tab="rad"))
# "Promoting" histogram to S4 in order to declare it as a valid object for trueLL methods
setClass("histogram", representation("list"))
#setClass("fitsadlist", representation("list"))

0 comments on commit 0ed5061

Please sign in to comment.