Skip to content

thomasgredig/nanomasterNTE

Repository files navigation

nanomasterNTE

Load and graph data from the Nanomaster Thermal Evaporator (NTE).

Installation

You can install the released version of nanomasterNTE from Github with:

devtools::install_github("thomasgredig/nanomasterNTE")
library(nanomasterNTE)

Example

Sample code to store a quad graph with the results from the depostion:

library(nanomasterNTE)
r = data.frame()
d = NTE.load(filename)
d2 = NTE.depStartEnd(d)
if (!(is.na(d2))) {
    r1 = NTE.getParams(d)
    r = rbind(r, r1)
    g3 = NTE.plotDeposition(d)
    ggsave2(plot = g3, file = 'NTE.png')
}

Sample Output with (A) pressure plot (B) thickness graph (C) substrate temperature graph, and (D) deposition rate

About

Nanomaster Thermal Evaporator (NTE) graph and analysis package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published