rmse4mol

rmse4mol(mol1, mol2)

Arguments

mol1

mol2

Details

Value

References

Note

See also

Examples

##---- 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) }
#> function (mol1, mol2) #> { #> xyz1 <- mol2xyz(mol1) #> xyz2 <- mol2xyz(mol2) #> rmse4xyz(xyz1, xyz2) #> } #> <environment: 0x10f9a74e0>