| as_windfarmGA | R Documentation |
Attach the windfarmGA class so print() and plot()
dispatch. New runs from genetic_algorithm() already have this class.
print() shows run inputs, the wind table, and each generation that
set a new fitness maximum.
as_windfarmGA(x)
## S3 method for class 'windfarmGA'
print(x, ...)
## S3 method for class 'windfarmGA'
plot(x, y, ...)
x |
A result matrix from |
... |
Passed to |
y |
The site polygon (same as |
x with class windfarmGA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.