Octineon

Octineon is the sole genus of sea anemones in the monotypic family Octineonidae.[1]

Octineon
Scientific classification
Kingdom: Animalia
Phylum: Cnidaria
Class: Anthozoa
Order: Actiniaria
Superfamily: Metridioidea
Family: Octineonidae
Fowler, 1894
Genus: Octineon
Moseley in Fowler, 1894

Distribution

There are few records of this genus, but it has been reported living within the North Pacific waters, and is thought to have a much wider distribution than that.[2] It is difficult to identify due to the fact that it's usually flat against bedrock on the sea floor.[2]

Species

The genus contains the following species:

  • Octineon chilense Carlgren, 1959
  • Octineon lindahli (Carpenter in Carpenter & Jeffreys, 1871)
  • Octineon suecicum Carlgren, 1940
gollark: Wait, no, this is index in *line* not string.
gollark: Well, this is roughly what you wanted, anyway.
gollark: Horribly messy version:```haskellwithIndices :: [a] -> [(Int, a)]withIndices = zip [1..]doStuff :: String -> [(Int, Int, Char)]doStuff s = (\(lineIx, l) -> fmap (\(charIx, char) -> (lineIx, charIx, char)) $ withIndices l) `concatMap` withIndices (lines s)main = print . doStuff $ "abcd"```
gollark: I reaaaaally don't like the mixing of english and spanishorsomething.
gollark: Nest wheres until they can be nested no more.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.