powered by
## S3 method for class 'coords': range(x, na.rm = FALSE, finite = FALSE, ...)## S3 method for class 'atoms': range(x, na.rm = FALSE, finite = FALSE, ...)## S3 method for class 'pdb': range(x, na.rm = FALSE, finite = FALSE, ...)
## S3 method for class 'atoms': range(x, na.rm = FALSE, finite = FALSE, ...)
## S3 method for class 'pdb': range(x, na.rm = FALSE, finite = FALSE, ...)
NA
data.frame
x
range
coords
atoms
pdb
x <- read.pdb(system.file("examples/PCBM_ODCB.pdb",package="Rpdb")) range(x) range(range(x))
Run the code above in your browser using DataLab