-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
46 lines (45 loc) · 1.02 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
44
45
46
# Generated by roxygen2: do not edit by hand
export(amat_to_tmatlist)
export(cluster_chain)
export(cluster_geometry)
export(cluster_helix)
export(cluster_positions)
export(cluster_satellite)
export(consolidate_partials)
export(consolidate_xsec)
export(display_amat)
export(display_prestaged)
export(display_tmat)
export(equal_angles)
export(equal_sizes)
export(euler_to_axisangle)
export(export_cubature)
export(export_dielectric)
export(extract_time)
export(get_geometry)
export(indices)
export(p_index)
export(read_amat)
export(read_tmat)
export(rotation_euler_active)
export(rotation_euler_passive)
export(sample_fibonacci)
export(store_xsec)
export(symmetric_range)
export(unpack_indices)
export(visualise_rgl)
export(x3d_scene)
import(dplyr)
import(ggplot2)
import(glue)
import(purrr)
import(tibble)
import(tidyr)
importFrom(cubs,cubs)
importFrom(dielectric,epsAu)
importFrom(rhdf5,h5read)
importFrom(rhdf5,h5readAttributes)
importFrom(stats,setNames)
importFrom(utils,read.table)
importFrom(utils,strcapture)
importFrom(utils,write.table)