forked from FlorianSchwendinger/pdfmole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.09 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,mole)
S3method(as.matrix,mole)
S3method(bboxplot,data.frame)
S3method(pixelplot,data.frame)
S3method(print,mole)
S3method(print,pdf_document)
S3method(simplify,character)
S3method(textplot,data.frame)
export(align_columns)
export(align_rows)
export(bboxplot)
export(find_breaks)
export(from_tesseract)
export(group_blocks)
export(group_cells)
export(mole)
export(pixelplot)
export(simplify)
export(textplot)
importFrom(checkmate,assert)
importFrom(checkmate,check_character)
importFrom(checkmate,check_directory_exists)
importFrom(checkmate,check_file_exists)
importFrom(checkmate,check_integerish)
importFrom(checkmate,check_logical)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(stats,aggregate)
importFrom(stats,cutree)
importFrom(stats,df)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,unzip)