View source: R/readingandfes.R
emptyhills | R Documentation |
'emptyhills' returns a hillsfile object with no hills. User can specify whether some collective variables are periodic.
emptyhills(dim=2, per=c(FALSE, FALSE), pcv1=c(-pi,pi), pcv2=c(-pi,pi))
dim |
dimensionality of the output. |
per |
logical vector specifying periodicity of collective variables. |
pcv1 |
periodicity of CV1. |
pcv2 |
periodicity of CV2. |
hillsfile object.
emptyhills(dim=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.