TurboOpenPDF: Open the beforehand created visualization PDF files again.

Description Usage Arguments Examples

Description

With this function it is easy to reopen the PDF files which will be created with TurboEncode and TurboDecode. The files are stored in the program files of R. (example path: "C:/Program Files/R/R-3.2.4/library/channelcoding/pdf")

Usage

1
TurboOpenPDF(encode = TRUE, punctured = FALSE, simulation = FALSE)

Arguments

encode

Flag to open the encode pdfs.

punctured

Flag to open the decode pdfs.

simulation

Flag to open the simulation pdf.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# open encode without punctuation PDF
TurboOpenPDF()

# open encode with punctuation PDF
TurboOpenPDF(punctured = FALSE)

# open decode with punctuation PDF
TurboOpenPDF(encode = FALSE, punctured = TRUE)

# open decode without punctuation PDF
TurboOpenPDF(encode = FALSE)

# open simulation PDF
TurboOpenPDF(simulation = TRUE)

DaniWi/Channelcoding documentation built on May 6, 2019, 1:23 p.m.