### Tranlastion of Cartesian coordinates:
Tx(...)
Ty(...)
Tz(...)## S3 method for class 'coords':
Tx(obj, x = 0, mask = TRUE, thickness = NULL, cryst1 = NULL, \dots)
## S3 method for class 'coords':
Ty(obj, y = 0, mask = TRUE, thickness = NULL, cryst1 = NULL, \dots)
## S3 method for class 'coords':
Tz(obj, z = 0, mask = TRUE, thickness = NULL, cryst1 = NULL, \dots)
## S3 method for class 'pdb':
Tx(obj, x = 0, mask = TRUE, thickness = NULL, cryst1 = obj$cryst1, \dots)
## S3 method for class 'pdb':
Ty(obj, y = 0, mask = TRUE, thickness = NULL, cryst1 = obj$cryst1, \dots)
## S3 method for class 'pdb':
Tz(obj, z = 0, mask = TRUE, thickness = NULL, cryst1 = obj$cryst1, \dots)
### Tranlastion of fractional coordinates:
Ta(...)
Tb(...)
Tc(...)
## S3 method for class 'coords':
Ta(obj, a = 0, mask = TRUE, cryst1 = NULL, \dots)
## S3 method for class 'coords':
Tb(obj, b = 0, mask = TRUE, cryst1 = NULL, \dots)
## S3 method for class 'coords':
Tc(obj, c = 0, mask = TRUE, cryst1 = NULL, \dots)
## S3 method for class 'pdb':
Ta(obj, a = 0, mask = TRUE, cryst1 = obj$cryst1, \dots)
## S3 method for class 'pdb':
Tb(obj, b = 0, mask = TRUE, cryst1 = obj$cryst1, \dots)
## S3 method for class 'pdb':
Tc(obj, c = 0, mask = TRUE, cryst1 = obj$cryst1, \dots)