-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 821 Bytes
/
DESCRIPTION
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
Package: uvvistauc
Type: Package
Title: Calculate Optical Band Gap of Semiconductors from UV-Vis Spectra using the Tauc Method
Version: 0.5.1.9000
Author: Taha Ahmed
Maintainer: Taha Ahmed <[email protected]>
Description: This package determines the optical band gap by applying the Tauc plot method
to UV-Vis absorbance spectra. This method is commonly used for semiconductors with
direct or indirect band gaps, such as oxides, sulfides, and many others.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Imports:
rlang,
dplyr,
magrittr,
tibble,
tidyr,
varhandle
Suggests:
knitr,
rmarkdown,
usethis,
here,
ggplot2,
gganimate,
transformr,
cowplot,
ggtext,
common,
photoec,
conflicted
RoxygenNote: 7.2.1
Depends:
R (>= 3.50)