| scale.ENAplot | R Documentation |
This function adjusts the scale of the points in the ENA set to match the range of the network.
## S3 method for class 'ENAplot'
scale(x, center = NULL, scale = NULL)
x |
An ENAplot object containing the set to scale. |
center |
Unused parameter, included for compatibility. |
scale |
A numeric value specifying the scaling factor. If 'NULL', the function will determine the scale based on the data. |
The modified ENAplot object with scaled points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.