To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Heritage persistent IDentifiers (SWHIDs) must be used. Select below a type of object currently browsed in order to display its associated SWHID and permalink.
swh:1:cnt:1d58982c263ecdc667675e6b3137aa82cf12b733
`u21` <- function(v) { v[lower.tri(v)] <- 0 return(v + t(v) - diag(diag(v))) }