Seeing these after laying down the first volume of Fabre’s Souvenirs entomologiques, devoted to the rearing behavior of predatory wasps, was a treat. Thanks for sharing Marshall!
September 23, 2025 at 1:38 AM
Seeing these after laying down the first volume of Fabre’s Souvenirs entomologiques, devoted to the rearing behavior of predatory wasps, was a treat. Thanks for sharing Marshall!
I will forever despise whoever named some closely related echinoid genera with a name starting with “Paleo” and others with a name starting with “Palaeo”
July 15, 2025 at 7:57 PM
I will forever despise whoever named some closely related echinoid genera with a name starting with “Paleo” and others with a name starting with “Palaeo”
Yeah, it is true that the result deviates from the expectations of ordering variables/observations. If the matrix format that sapply outputs isn’t convenient you can use lapply instead, or you can just transpose it
May 22, 2025 at 12:31 AM
Yeah, it is true that the result deviates from the expectations of ordering variables/observations. If the matrix format that sapply outputs isn’t convenient you can use lapply instead, or you can just transpose it
I think this is because you are not supposed to use sapply on matrices. If you do it probably gets coerced into a data.frame, whose elements are the columns.
Anyways, not long ago I discovered asplit() which is pretty handy when needing the flexibility to work across either margin
May 21, 2025 at 11:55 PM
I think this is because you are not supposed to use sapply on matrices. If you do it probably gets coerced into a data.frame, whose elements are the columns.
Anyways, not long ago I discovered asplit() which is pretty handy when needing the flexibility to work across either margin