powered by
This function lets the user un-install the current version of H2O installed and update to latest stable version.
export_plot( p, name = "plot", vars = NA, sep = ".vs.", width = 8, height = 6, res = 300, dir = getwd(), subdir = NA, quiet = FALSE )
ggplot2 or gridExtra object. Plot to export
Character. File's name or sufix if vars is not null
Vector. Variables in plot
Character. Separator for variables
Numeric. Plot's width, height, and res (for grids)
Character. In which directory do you wish to save the results? Working directory as default.
Character. Into which subdirectory do you wish to save the plot to?
Boolean. Display succesful message with filename when saved?
Other Tools: autoline(), bindfiles(), bring_api(), db_download(), db_upload(), export_results(), get_credentials(), h2o_predict_API(), h2o_predict_MOJO(), h2o_predict_binary(), h2o_predict_model(), h2o_selectmodel(), h2o_update(), haveInternet(), image_metadata(), importxlsx(), ip_country(), iter_seeds(), json2vector(), listfiles(), mailSend(), msplit(), myip(), pass(), quiet(), read.file(), statusbar(), tic(), try_require(), updateLares(), zerovar()
autoline()
bindfiles()
bring_api()
db_download()
db_upload()
export_results()
get_credentials()
h2o_predict_API()
h2o_predict_MOJO()
h2o_predict_binary()
h2o_predict_model()
h2o_selectmodel()
h2o_update()
haveInternet()
image_metadata()
importxlsx()
ip_country()
iter_seeds()
json2vector()
listfiles()
mailSend()
msplit()
myip()
pass()
quiet()
read.file()
statusbar()
tic()
try_require()
updateLares()
zerovar()
# NOT RUN { p <- noPlot() export_plot(p, name = "noplot", width = 10, height = 8, res = 300) export_plot(p, name = "noplot2", dir = "~/Desktop", subdir = "newplots") # }
Run the code above in your browser using DataLab