specplot {Mosaic}R Documentation

specplot

Description

Plot an MS spectrum

Usage

specplot(x = sc[, 1], y = sc[, 2], norm = max(y)/100, cx = 1.5,
  k = 10, fileName = "title", yrange = c(0, 100), xrange = range(x),
  maxi = max(y))

Arguments

x

mz coordinates

y

intensity coordinates

norm

normalize by

cx

font size

k

top k intensity peaks will be labeled

fileName

plot title

yrange

y axis range

xrange

x axis range

maxi

max intensity to be plotted on side


[Package Mosaic version 0.7.2 Index]