swh:1:snp:c9642977a3a6f01aa6f7c6d25a2a0b172dbcf27b
Raw File
Tip revision: 8cd6867a4603458ad8381d12005311360cd15565 authored by Wayne Oldford on 08 September 2021, 18:10:02 UTC
version 1.0.4
Tip revision: 8cd6867
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(arrow_1d_graphics)
export(arrow_1d_grid)
export(arrow_1d_loon)
export(arrow_2d_graphics)
export(arrow_2d_grid)
export(arrow_2d_loon)
export(as_numeric)
export(axes_2d_graphics)
export(axes_2d_grid)
export(axes_2d_loon)
export(boxplot_1d_graphics)
export(boxplot_1d_grid)
export(boxplot_1d_loon)
export(burst)
export(burst_aux)
export(check_zargs)
export(connect_pairs)
export(convert_occupancy)
export(density_1d_graphics)
export(density_1d_grid)
export(density_1d_loon)
export(density_2d_graphics)
export(density_2d_grid)
export(density_2d_loon)
export(extract_1d)
export(extract_2d)
export(extract_pairs)
export(graph_pairs)
export(groupData)
export(group_2d_graphics)
export(group_2d_grid)
export(group_2d_loon)
export(hist_1d_graphics)
export(hist_1d_grid)
export(hist_1d_loon)
export(indexData)
export(is.standard)
export(jitter_1d_graphics)
export(jitter_1d_grid)
export(jitter_1d_loon)
export(l_ispace_config)
export(label_1d_graphics)
export(label_1d_grid)
export(label_1d_loon)
export(label_2d_graphics)
export(label_2d_grid)
export(label_2d_loon)
export(lines_1d_graphics)
export(lines_1d_grid)
export(lines_1d_loon)
export(n2dcols_aux)
export(na_omit_loon)
export(num_cols)
export(plot_exists)
export(plot_indices)
export(plot_region)
export(points_1d_graphics)
export(points_1d_grid)
export(points_1d_loon)
export(points_2d_graphics)
export(points_2d_grid)
export(points_2d_loon)
export(qq_2d_graphics)
export(qq_2d_grid)
export(rect_1d_graphics)
export(rect_1d_grid)
export(rect_1d_loon)
export(rect_2d_graphics)
export(rect_2d_grid)
export(rect_2d_loon)
export(rug_1d_graphics)
export(rug_1d_grid)
export(turn_checker)
export(unfold)
export(vport)
export(zenarrow)
export(zenpath)
export(zenplot)
import(PairViz)
import(graphics)
import(grid)
import(loon)
importFrom(MASS,kde2d)
importFrom(PairViz,bipartite_graph)
importFrom(PairViz,eseq)
importFrom(PairViz,eulerian)
importFrom(PairViz,hpaths)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,contourLines)
importFrom(grDevices,hcl)
importFrom(grDevices,xy.coords)
importFrom(graph,ftM2graphNEL)
importFrom(methods,existsFunction)
importFrom(methods,hasArg)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tcltk,"tktitle<-")
importFrom(tcltk,tkconfigure)
importFrom(tcltk,tkframe)
importFrom(tcltk,tkgrid)
importFrom(tcltk,tkgrid.columnconfigure)
importFrom(tcltk,tkgrid.rowconfigure)
importFrom(tcltk,tkpack)
importFrom(tcltk,tktoplevel)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(zenplots, .registration=TRUE)
back to top