rmse4mol: rmse4mol

Description Usage Arguments Examples

Description

rmse4mol

Usage

1
rmse4mol(mol1, mol2)

Arguments

mol1
mol2

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (mol1, mol2) 
{
    xyz1 <- mol2xyz(mol1)
    xyz2 <- mol2xyz(mol2)
    rmse4xyz(xyz1, xyz2)
  }

conmolfields documentation built on May 2, 2019, 4:18 p.m.