Description Usage Arguments Details Value Author(s) See Also Examples
Rescales provided vector of values to a user defined range.
| 1 | RescaleValues(data, newMin = 0, newMax = 1)
 | 
| data | A vector of numerical values to be rescaled | 
| newMin | A numerical value indicating the new minimum value; default: 0 | 
| newMax | A numerical value indicating the new maximum value; default: 1 | 
Rescale the values to a new user defined range.
vector of rescaled numerical values.
Emilio Xavier Esposito emilio@exeResearch.com
Other utilities: ConservationSet,
DetermineChainsOfInterest,
ExtractFileTimeStamp,
ExtractPDBids, FileTimeStamp,
HasXWaters, Nearby,
ProtHetWatIndices,
RetainChainsOfInterest,
ReturnPDBfullPath,
StandardizeAsparticAcidNames,
StandardizeCysteineNames,
StandardizeGlutamicAcidNames,
StandardizeHistidineNames,
StandardizeLysineNames,
TimeSpan, UniqueAtomHashes,
aaStandardizeNames,
getAtomTypeCounts,
getResTypeCounts, res2xyz,
resAtomType2AtomClass,
write.basic.pdb,
write.conservedWaters.pdb
| 1 2 |   RescaleValues(0:10, newMin = 0, newMax = 1)
  # [1] 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.