I am looking for a way to formally describe an R function/method and its signature. I recently discovered roxygen and I like what I see so far. However, the examples I found only use "@parameter [name] [description]". Is there a way to also include things like the class or length of a parameter in the doc, other than informally describing them?