Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
TileStats
Guides
Tiling statistics
Symbols
HextileBins
HextileHistogram
TileBins
TileBinsPlot
TileHistogram
AntonAntonov`TileStats`
T
i
l
e
B
i
n
s
T
i
l
e
B
i
n
s
[
d
a
t
a
,
b
i
n
S
i
z
e
,
{
{
x
m
i
n
,
x
m
a
x
}
,
{
y
m
i
n
,
y
m
a
x
}
}
]
b
i
n
s
d
a
t
a
i
n
t
o
r
e
c
t
a
n
g
u
l
a
r
t
i
l
e
s
.
R
e
t
u
r
n
s
a
n
a
s
s
o
c
i
a
t
i
o
n
w
i
t
h
k
e
y
s
t
h
a
t
a
r
e
p
o
l
y
g
o
n
o
b
j
e
c
t
s
.
I
f
t
h
e
o
p
t
i
o
n
"
P
o
l
y
g
o
n
K
e
y
s
"
i
s
s
e
t
t
o
F
a
l
s
e
t
h
e
n
t
h
e
k
e
y
s
a
r
e
r
e
c
t
a
n
g
l
e
c
e
n
t
e
r
s
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Create a list of random 2D points:
I
n
[
1
]
:
=
S
e
e
d
R
a
n
d
o
m
[
8
8
9
]
;
d
a
t
a
=
R
a
n
d
o
m
V
a
r
i
a
t
e
[
M
u
l
t
i
n
o
r
m
a
l
D
i
s
t
r
i
b
u
t
i
o
n
[
{
1
0
,
1
0
}
,
7
*
I
d
e
n
t
i
t
y
M
a
t
r
i
x
[
2
]
]
,
3
0
0
]
;
Bin the points:
I
n
[
2
]
:
=
T
i
l
e
B
i
n
s
[
d
a
t
a
,
1
0
]
O
u
t
[
2
]
=
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
6
0
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
8
1
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
7
8
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
8
1
Bin again with smaller tile size:
I
n
[
3
]
:
=
T
i
l
e
B
i
n
s
[
d
a
t
a
,
7
]
O
u
t
[
3
]
=
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
2
0
2
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
2
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
3
4
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
2
1
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
2
2
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
1
2
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
3
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
3
,
P
o
l
y
g
o
n
N
u
m
b
e
r
o
f
p
o
i
n
t
s
:
4
E
m
b
e
d
d
i
n
g
d
i
m
e
n
s
i
o
n
:
2
1
S
e
e
A
l
s
o
"
X
X
X
X
"
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
T
i
l
i
n
g
s
t
a
t
i
s
t
i
c
s
"
"