-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (37 loc) · 969 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method("[",tidytensor)
S3method("[<-",tidytensor)
S3method("dimnames<-",tidytensor)
S3method("ranknames<-",tidytensor)
S3method(as.data.frame,tidytensor)
S3method(as.list,tidytensor)
S3method(bind,list)
S3method(bind,tidytensor)
S3method(combine_ranks,tidytensor)
S3method(partition,tidytensor)
S3method(permute,tidytensor)
S3method(print,tidytensor)
S3method(ranknames,tidytensor)
S3method(set_dimnames,tidytensor)
S3method(set_dimnames_for_rank,tidytensor)
S3method(set_ranknames,tidytensor)
S3method(shuffle,tidytensor)
S3method(stitch,list)
S3method(stitch,tidytensor)
S3method(subset,tidytensor)
S3method(tt_apply,tidytensor)
export("ranknames<-")
export(as.tidytensor)
export(bind)
export(combine_ranks)
export(partition)
export(permute)
export(ranknames)
export(set_dimnames)
export(set_dimnames_for_rank)
export(set_ranknames)
export(shuffle)
export(stitch)
export(tt)
export(tt_apply)
importFrom(magrittr,"%>%")