VP_proj_creator | R Documentation |
Initiate a R6 object project
Initiate a R6 object project
new()
VP_proj_creator$new( sourcefile = file.path(find.package("QSPVP"), "config_Simeoni.r") )
print()
VP_proj_creator$print(...)
add_VP()
VP_proj_creator$add_VP( VP_df, fix_df = NULL, saven = 50, time_compteur = F, fillatend = F, reducefilteratend = F, npersalve = 1000, use_green_filter = F, pctActivGreen = 0.1, keepRedFiltaftDis = T, methodFilter = 2, use_red_filter = T, cmtalwaysbelow = NULL, keep = NULL, saveVPRej = T, timeSave = NULL, PreviousResults = tibble(), RedFilterDisAllProt = F, GreenFilterDisAllProt = F )
algo2()
VP_proj_creator$algo2( domain, fix = NULL, npersalve = 2e+05, npersalveFinal = 1e+06, file = "", includeBorderZoom = F, save_every = 5, method = 1, RedFilterDisAllProt = F, GreenFilterDisAllProt = F, keepFilterNeg = F )
big_screening()
VP_proj_creator$big_screening(domain)
compute_zone_maybe()
VP_proj_creator$compute_zone_maybe( zone_sure = F, keptSingleValue = T, limits = NULL )
compute_zone_sure()
VP_proj_creator$compute_zone_sure(domain, keptSingleValue = T)
fill_simul()
VP_proj_creator$fill_simul(nsalve = 500)
launch_programmed()
VP_proj_creator$launch_programmed()
make_filters()
VP_proj_creator$make_filters(cmt = "tumVol")
n_filter_reduc()
VP_proj_creator$n_filter_reduc()
plot_VP()
VP_proj_creator$plot_VP(nmax = Inf, rowids = NULL)
plot_2D()
VP_proj_creator$plot_2D( x, y, cmt_green = "tumVol", toaddneg = NULL, plotMain = F, add_point = F, IDref = NULL, plotoreturn = 3 )
plot_3D()
VP_proj_creator$plot_3D(x, y, z, toaddneg = NULL, add_point = F)
set_targets()
VP_proj_creator$set_targets( ..., filter = NULL, ntime = 3, manual = NULL, timeforce = NULL )
time_analyserr()
VP_proj_creator$time_analyserr()
clone()
The objects of this class are cloneable with this method.
VP_proj_creator$clone(deep = FALSE)
deep
Whether to make a deep clone.
Thibaud Derippe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.