Usage
write.pqr(pdb = NULL, xyz = pdb$xyz, resno = NULL, resid = NULL, eleno =
NULL, elety = NULL, chain = NULL, o = NULL, b = NULL,
append = FALSE, verbose = FALSE, chainter = FALSE, file = "R.pdb")
Arguments
xyz
 Cartesian coordinates as a vector or 3xN matrix. 
resno
 vector of residue numbers of length equal to
    length(xyz)/3. 
resid
 vector of residue types/ids of length equal to
    length(xyz)/3. 
eleno
 vector of element/atom numbers of length equal to
    length(xyz)/3. 
elety
 vector of element/atom types of length equal to
    length(xyz)/3. 
chain
 vector of chain identifiers with length equal to
    length(xyz)/3. 
o
 atomic partial charge values of length equal to
    length(xyz)/3. 
b
 atomic radii values of length equal to length(xyz)/3. 
append
 logical, if TRUE output is appended to the bottom of an
    existing file (used primarly for writing multi-model files). 
verbose
 logical, if TRUE progress details are printed. 
chainter
 logical, if TRUE a TER line is inserted between
    chains. 
file
 the output file name.