ndocs<-
function for classCreate generic ndocs<-
function for class
ndocs(x) <- value
An Model
object.
Integer number of documents to assign to slot.
None.
# NOT RUN {
m1 <- Model(ndocs = 1)
ndocs(m1) <- 2
# }
Run the code above in your browser using DataLab