`summary.hillsfile` prints dimensionality, size and collective variable ranges of a hillsfile object.

# S3 method for hillsfile
summary(object, ...)

Arguments

object

hillsfile object.

...

further arguments passed to or from other methods.

Examples

summary(acealanme)
#> 2D hills file HILLS2d with 30000 lines
#> The CV1 ranges from -3.141309 to 3.14159
#> The CV2 ranges from -3.141321 to 3.141371