Learn R Programming

misha (version 5.4.0)

gsynth.save: Save a gsynth.model to disk

Description

Saves a trained Markov model to an RDS file for later use.

Usage

gsynth.save(model, file)

Arguments

model

A gsynth.model object from gsynth.train

file

Path to save the model

See Also

gsynth.load, gsynth.train