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
|
# Generated by roxygen2: do not edit by hand
export(globeOutput)
export(globejs)
export(graphjs)
export(light_ambient)
export(light_directional)
export(lines3d)
export(points3d)
export(renderGlobe)
export(renderScatterplotThree)
export(scatterplot3js)
export(scatterplotThreeOutput)
export(texture)
exportMethods(vertices)
importFrom(base64enc,dataURI)
importFrom(crosstalk,is.SharedData)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_edgelist)
importFrom(igraph,layout_with_fr)
importFrom(igraph,norm_coords)
importFrom(igraph,vertices)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(stats,na.omit)
|