I was trying to save an image as so in Rstudio: ```r jpeg(file = '/home/nate/github/neural_net_prototyping/images/simple.model.jpg') plot_model(simple.model) dev.off() ``` But it doesn't seem to be working. Any ideas on how to save a model programmatically?
I was trying to save an image as so in Rstudio:
But it doesn't seem to be working. Any ideas on how to save a model programmatically?