saveGFICF | R Documentation |
Function to write a GFICF object to a file, preserving UMAP model.
saveGFICF(data, file = "~/Documents/gficf.test")
data |
a GFICF object create by |
file |
name of the file where the model is to be saved. |
# save gficf_file <- tempfile("gficf_test") saveGFICF(data, file = gficf_file) # restore data2 <- loadGFICF(file = gficf_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.