Trichosclereid

Trichosclereids are hard needlelike branched cells found in some species of plants that serve the purpose of protecting the plant from herbivores. They usually are approximately 6 mm long, but in some species they grow to as long as 1 cm.

Further reading

  • Bown, Demi (2000). Aroids: Plants of the Arum Family. Timber Press. ISBN 0-88192-485-7.
gollark: Oh, sorry, the actual version which is used only generates chars between 32 and 127 or so.
gollark: Source.
gollark: Yep!
gollark: ```lua-- Generate "len" random bytes as a stringlocal function randbytes(len) local out = "" for i = 1, len do out = out .. string.char(math.random(1, 255)) end return outend```
gollark: I decided to write a program to just randomly produce bits of code and run them. Somehow, TPS on switchcraft hasn't been affected, and it turns out that most valid randomly generated code begins with `#` for some reason.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.