powered by
nobs(object, ...)## S3 method for class 'numeric': nobs(object, ...)## S3 method for class 'integer': nobs(object, ...)## S3 method for class 'matrix': nobs(object, ...)## S3 method for class 'data.frame': nobs(object, ...)
## S3 method for class 'numeric': nobs(object, ...)
## S3 method for class 'integer': nobs(object, ...)
## S3 method for class 'matrix': nobs(object, ...)
## S3 method for class 'data.frame': nobs(object, ...)
nobs(1:50) nobs(10) nobs(as.matrix(1:10))
Run the code above in your browser using DataLab