plot.for.ma: Opens the tikzDevice in the graphics folder of the MA

Description Usage Arguments Examples

View source: R/PlotFuerMA.R

Description

This function opens and loads the tikzDevice to create a tikz output for a plot. It uses therein the function create.graphics.path() also from the LaseR-package.

Usage

1
2
## S3 method for class 'for.ma'
plot(filename = "RPlot", width = 4, height = 3, ...)

Arguments

filename

A string which is going to be the name of the output file. Default value is "RPlot" @param width numeric Width of the plot in inches. Default is 4. @param height numeric height the plot in inches. Default is 3.

Examples

1
2
3
4
plot.for.ma(filename = "Signalstärke", width = 4, height = 4)

This creates a new file called Signal_intensities.tex in the folder where the graphics for the Tex-file are stored.
Afterwards the plotting has to be done and in the end the device has to be closed by dev.off().

juliusfoerstel/LaseR documentation built on May 24, 2020, 11:54 a.m.