View source: R/OptiConvergenceMonitor.R
OptiConvergenceMonitor | R Documentation |
This function reads a log file automatically and shows the optimization convergence process of it by generating line plots
directory |
A string vector describing the directory of the Gaussian log file. |
No return value, called for side effects
library(readr)
library(stringr)
library(tidyselect)
library(dplyr)
library(tibble)
library(ggplot2)
OptiConvergenceMonitor(SCFMonitorExample())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.