x=c(0,1,0,0,0,1,1,0) #0=delfin; 1=leonmarinomarino
y=c(0,0,0,1,1,1,1,0) #0= macho; 1=hembra
#frecuencias cruzadas
tabla=table(x,y)
tabla 
rownames(tabla)=c("delfin","leonmarino") 
colnames(tabla)=c("macho","hembra")
tabla 

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: