cryst1(...)
## S3 method for class 'default':
cryst1(abc, abg = c(90, 90, 90), sgroup = "P1", ...)
is.cryst1(x)cryst1 returns a list of class is.Cryst1 returns TRUE if x is an object of class cryst1 is a generic function to create objects of class cryst1 function create an object of class abc, abg and sgroup. At least abc has to be specified.is.cryst1 tests if an object of class cryst1.
cell.coords, pdbx <- cryst1(abc = c(10, 10, 10), abg = c(90,90,90), sgroup = "P1")
is.cryst1(x)Run the code above in your browser using DataLab