Print the SNPdata object

# S3 method for class 'SNPdata'
print(x, ...)

Arguments

x

An object of class SNPdata

...

further arguments passed to or from other methods.

Value

prints the structure of the SNPdata object

Examples

if (FALSE) { # \dontrun{
  print(snpdata)
} # }