The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85953
Line 6... Line 6...
6
\name{grobName}
6
\name{grobName}
7
\alias{grobName}
7
\alias{grobName}
8
\title{Generate a Name for a Grob}
8
\title{Generate a Name for a Grob}
9
\description{
9
\description{
10
  This function generates a unique (within-session) name for
10
  This function generates a unique (within-session) name for
11
  a grob, based on the grob's class.
11
  a grob, based on the grob{}'s class.
12
}
12
}
13
\usage{
13
\usage{
14
grobName(grob = NULL, prefix = "GRID")
14
grobName(grob = NULL, prefix = "GRID")
15
}
15
}
16
\arguments{
16
\arguments{