1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
# Generated by roxygen2: do not edit by hand
S3method(eafplot,default)
S3method(eafplot,formula)
S3method(eafplot,list)
export(attsurf2df)
export(avg_hausdorff_dist)
export(choose_eafdiff)
export(choose_eafdiffplot)
export(eafdiff)
export(eafdiffplot)
export(eafplot)
export(eafs)
export(epsilon_additive)
export(epsilon_mult)
export(filter_dominated)
export(hv_contributions)
export(hypervolume)
export(igd)
export(igd_plus)
export(is_nondominated)
export(largest_eafdiff)
export(normalise)
export(pareto_rank)
export(pdf_crop)
export(read.data.sets)
export(read_datasets)
export(symDifPlot)
export(total_whv_rect)
export(vorobDev)
export(vorobT)
export(whv_hype)
export(whv_rect)
export(write_datasets)
import(graphics)
importFrom(Rdpack,reprompt)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,embedFonts)
importFrom(grDevices,gray)
importFrom(grDevices,pdf)
importFrom(utils,modifyList)
importFrom(utils,tail)
importFrom(utils,write.table)
useDynLib(eaf, .registration = TRUE)
|